Changeset 9228 for sites/trunk/common/includes/slack/trac/bot.php
- Timestamp:
- 10/24/2019 04:06:42 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/trac/bot.php
r4755 r9228 31 31 function get_channel() { 32 32 return '#' . $this->post_data['channel_name']; 33 } 34 35 function get_thread() { 36 return $this->post_data['thread_ts'] ?? false; 33 37 } 34 38
Note: See TracChangeset
for help on using the changeset viewer.