You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RockWeb/Blocks/Groups/GroupDetail.ascx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -387,7 +387,7 @@
387
387
<Rock:RockDropDownListID="ddlChatPushNotificationMode"runat="server"CssClass="input-width-xl"Label="Push Notification Mode"Help="Controls how push notifications are sent for this chat channel.">
388
388
<asp:ListItemValue=""Text="Inherit from Group Type" />
389
389
<asp:ListItemValue="0"Text="All Messages" />
390
-
<asp:ListItemValue="1"Text="Mentions And Replies" />
Copy file name to clipboardExpand all lines: RockWeb/Blocks/Groups/GroupTypeDetail.ascx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -536,7 +536,7 @@
536
536
<Rock:RockCheckBoxID="cbIsChatChannelAlwaysShown"runat="server"Label="Always Show Channel"Help="If enabled, chat channels of this type are always shown in the channel list even if the person has not joined the channel. This also implies that the channel may be joined by any person via the chat application." />
537
537
<Rock:RockDropDownListID="ddlChatPushNotificationMode"runat="server"CssClass="input-width-xl"Label="Push Notification Mode"Help="Controls how push notifications are sent for chat channels of this type.">
538
538
<asp:ListItemValue="0"Text="All Messages" />
539
-
<asp:ListItemValue="1"Text="Mentions And Replies" />
0 commit comments