Back
Nomads.com
Load previous page…
fix DM autoresponder on Slack bug where it would still show notifications after Slack API conversations.close was hit, because the messages were unread, now mark the messages with a TS (timestamp) +5 minutes in future to remove any notifications, and instantly closing the DM after autoresponding to it
#nomads
change processSlackEventsApiQueue.php from capturing 'ts' timestamp value as slack_message_id to 'event_ts' timestamp value of event, because the 'ts' is just the time it's send to the webhook, not the actual time of the event and so doesn't match the actual message ts (which is the id)
#nomads