Revert "FEATURE: Publish read state on group messages. (#7989) [Undo revert] (#8024)"

This reverts commit 5dda5c2f7c.
This commit is contained in:
romanrizzi
2019-08-20 13:29:22 -03:00
parent 5dda5c2f7c
commit 36425eb9f0
35 changed files with 21 additions and 531 deletions

View File

@@ -109,14 +109,6 @@ class TopicView
@personal_message = @topic.private_message?
end
def show_read_indicator?
return false unless @user || topic.private_message?
topic.allowed_groups.any? do |group|
group.publish_read_state? && group.users.include?(@user)
end
end
def canonical_path
path = relative_url.dup
path <<