Revert "FEATURE: Publish read state on group messages. (#7989)"

This reverts commit 1630dae2db.
This commit is contained in:
romanrizzi
2019-08-20 10:24:34 -03:00
parent 1630dae2db
commit 67f5cc1ce8
35 changed files with 21 additions and 524 deletions

View File

@@ -2421,7 +2421,6 @@ en:
reply: "begin composing a reply to this post"
like: "like this post"
has_liked: "you've liked this post"
read_indicator: "members who read this post"
undo_like: "undo like"
edit: "edit this post"
edit_action: "Edit"
@@ -2479,7 +2478,6 @@ en:
notify_user: "sent a message"
bookmark: "bookmarked this"
like: "liked this"
read: "read this"
like_capped:
one: "and {{count}} other liked this"
other: "and {{count}} others liked this"
@@ -3219,7 +3217,6 @@ en:
members_visibility_levels:
title: "Who can see this group members?"
description: "Admins can see members of all groups."
publish_read_state: "On group messages publish group read state"
membership:
automatic: Automatic

View File

@@ -614,7 +614,6 @@ Discourse::Application.routes.draw do
get "excerpt" => "excerpt#show"
resources :post_action_users
resources :post_readers, only: %i[index]
resources :post_actions do
collection do
get "users"

View File

@@ -191,10 +191,9 @@ basic:
post_menu:
client: true
type: list
default: "read|like|share|flag|edit|bookmark|delete|admin|reply"
default: "like|share|flag|edit|bookmark|delete|admin|reply"
allow_any: false
choices:
- read
- like
- edit
- flag