Changeset 11875
- Timestamp:
- 05/25/2022 12:39:36 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/announce/lib.php
r11308 r11875 205 205 $send->send( $data['channel_id'] ); 206 206 207 // If it was broadcast in a private channel, don't try to broadcast to the public parent channel. 208 if ( 'privategroup' === $channel ) { 209 return; 210 } 211 207 212 // Broadcast this message as a non-@here to the "parent" channel too. 208 213 $parent_channel = get_parent_channel( $channel );
Note: See TracChangeset
for help on using the changeset viewer.