add comment

This commit is contained in:
Connor Turland 2017-09-02 14:12:07 -04:00 committed by GitHub
parent 3830946723
commit 64f4249f44

View file

@ -38,6 +38,8 @@ class NotificationService
when TOPIC_ADDED_TO_MAP
next unless TopicPolicy.new(follow.user, entity).show? && MapPolicy.new(follow.user, event.map).show?
next if follow.user.has_map_open(event.map)
# note, the caveat to this fork related code is that no future updates will be sent
# either. only the notifications for the initial fork should be squashed like this
next if event.map.source_id # if map is a fork, send notification for that instead
when TOPIC_CONNECTED_1, TOPIC_CONNECTED_2
next unless SynapsePolicy.new(follow.user, event).show?