Have everyone watching the group inbox

Hello,

I just found out that group inboxes are tracked by default and not watched. I thought messages are treated like personal messages and thus, watched by default.

Is there a setting to change the default notification settings for group inboxes? How can I make everyone watching its groups that already got an account?

Thank you!
Robert

3 个赞

Maybe I have found something:

https://github.com/discourse/discourse/blob/aaf947356b48ad487340542a7c62af83fe569fba/spec/services/post_alerter_spec.rb#L430

So I could try this one in the rails console to correct already the setting for existing users? Of course, I would need to loop over all relevant groups.

group = Group.find_by_name(group_name)
GroupUser.where(group_id: group.id).update_all(notification_level: GroupUser.notification_levels[:level])

There is a per user setting which anyone can change at the top right:

ATM there is no way to set a default per group.

2 个赞

There is still no way to default watch a group.

I raised this here:

Current thinking is that we are open to adding an automatic, optional “welcome to the group” type PM so at least you can teach people about this when you add them to the group.

I think allowing mods to set defaults makes sense, but also agree that “welcome to the group” is a better first step.

5 个赞

我认为现在这已经成为可能了。 :partying_face:

您可以在“新建群组”页面上创建群组时进行设置:

或者在“/manage/interaction”选项卡中进行更新,您可以在其中将其应用于历史记录或仅应用于新用户:

此主题在上次回复后 30 天自动关闭。不再允许回复。