dont send notif for each topic of forked map
This commit is contained in:
parent
3482e799fd
commit
3830946723
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ 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)
|
||||
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?
|
||||
next if follow.user.has_map_with_synapse_open(event)
|
||||
|
|
Loading…
Reference in a new issue