mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:31:10 +08:00
* Reenable: "FEATURE: Publish read state on group messages. (#7989)" This reverts commit 67f5cc1ce8da8d6301db0ab6ebcd6fc497f28455. * FIX: Read indicator only appears when the group setting is enabled
This commit is contained in:
@ -552,7 +552,8 @@ class GroupsController < ApplicationController
|
||||
:name,
|
||||
:grant_trust_level,
|
||||
:automatic_membership_email_domains,
|
||||
:automatic_membership_retroactive
|
||||
:automatic_membership_retroactive,
|
||||
:publish_read_state
|
||||
])
|
||||
|
||||
custom_fields = Group.editable_group_custom_fields
|
||||
|
Reference in New Issue
Block a user