Back
Slack-Discord Bridge

Slack-Discord Bridge

#slackdiscord

Building a Slack <=> Discord bridge for Nomad List
Launched October 11, 2021
Load previous page…
#slackdiscord Locate likely source of bug causing double messages
See similar todos

No replies yet

#slackdiscord Log all messages raw JSON in a debug db so I can figure out where I went wrong in life and what decisions led me to this point in life
See similar todos

No replies yet

#slackdiscord Check why channel sorting is rekt
See similar todos

No replies yet

#slackdiscord investigate duplicate messages
See similar todos

No replies yet

#slackdiscord Add check if we have a message with ID already to avoid sending duplicates as Slack sends us all the events we missed whenever we restart the app and will keep sending them until we answer with the envelope, so if I'm making tiny incremental changes the app might exit before we answer the envelope and thus we might send the message twice
See similar todos

No replies yet

#slackdiscord Try out running software on production PHP
See similar todos

No replies yet

#slackdiscord Install different PHP version so I can try to run it in an environment that is close to production
See similar todos

No replies yet

#slackdiscord fix issue where slack wouldn't reconnect correctly because I mixed up parameter order, causing the app to crash after a few hours
See similar todos

No replies yet

#slackdiscord Sync emoji reactions from Discord => Slack. If user has permissions, do it as user. Otherwise do it as bot.
See similar todos

No replies yet

#slackdiscord Update channel topic in Discord when it changes in Slack so that the daily update thingy works across both apps
See similar todos

No replies yet

#slackdiscord If we don't find a user in the users database (for whatever reason that may be) transfer their message with the provided avatar/username from Slack/Discord so that we don't end up with ugly webhook usernames that look like the world is ending
See similar todos

No replies yet

#slackdiscord Run check to make sure I don't do dumb things that could destroy years of data
See similar todos

No replies yet

#slackdiscord Write extensive README for @daniellockyer so I don't have to type it all out later and also so I remember shit when I come back to this project in 6 months or whatever
See similar todos

No replies yet

#slackdiscord Fix issue with auto reconnect for slack where I didn't pass in the variables properly. Oops.
See similar todos

No replies yet

#slackdiscord Enable bridge on all channels
See similar todos

No replies yet

#slackdiscord Push all changes from today to GitHub
See similar todos

No replies yet

#slackdiscord Make sure to save userId with message, because if we sent Slack message as_user and then later try to delete, then discord doesn't tell us what user made the message anymore so I can't get the right token to delete the message with
See similar todos

No replies yet

#slackdiscord When channel receives message, sort that channel as #1 on discord to make things more navigable
See similar todos

No replies yet

#slackdiscord Look into why .jpeg file was fucky when sending from Slack => Discord in different channel
See similar todos

No replies yet

#slackdiscord Make bot quietly join every channel so it can read files from each channe
See similar todos

No replies yet