James Nylen
James Nylen
Thanks for the pointers to other relevant code. > Def lemme know if you need any other assistance :) Uh, careful with that :smile: I'm just getting started writing code...
For Discord (and other platforms that support message editing), it seems like it would be possible to edit thread replies into the original message.
Yes, I know. I'm suggesting that for Discord, it would be possible to simulate threads by re-using the original message. Example: > This is a message in Discord After a...
>I don't think that the proposed solution achieves what you really want for both UX and technical reasons ... I don't think that something like Matterbridge works well in bridging...
Another idea for Discord: prefix `[thread]` to the message text when copying a threaded message from Slack. This at least makes it clearer that there is additional context to the...
Here's what I came up with, for Discord only: ```diff diff --git a/bridge/discord/discord.go b/bridge/discord/discord.go index a9c508c..08e45ac 100644 --- a/bridge/discord/discord.go +++ b/bridge/discord/discord.go @@ -152,6 +152,13 @@ func (b *Bdiscord) Send(msg config.Message)...
+1 for this feature, and also for the ability to use a local/embeddable database that is created automatically when needed. Not requiring any other services to be running on the...
Sure, what's here so far is just the initial steps. I'll continue working on the Puppeteer bits as I have time, unless someone wants to beat me to it of...
Hah, I just re-read the readme and saw that this tool already does exporting too.
See also #35. Maybe we should also add a section divider or a "no results yet, but you can do some stuff and they will show up" placeholder.