bitlbee-discord icon indicating copy to clipboard operation
bitlbee-discord copied to clipboard

Threads support

Open rstad opened this issue 2 years ago • 3 comments

It looks like the discord api v9 introduced threads. I'm not sure how that would actually work here but it'd be amazing if there was a way to see those using bitlbee-discord.

rstad avatar Jul 28 '21 20:07 rstad

+1 for this. With replies and now Threads it's getting harder to use bitlbee-discord without losing context and information. Threads is worse because we don't see anything. I got added to one without even knowing what they were.

Linkandzelda avatar Jul 29 '21 21:07 Linkandzelda

Could consider setting it up in a way similar to weeslack but I'm not sure how much freedom bitlbee actually gives for that sort of behavior

tomatosoupcan avatar Jul 30 '21 17:07 tomatosoupcan

+1 for this also. Not sure if there's any extra functionality to them but if not, threads could be added to the chat list (chat list discord) the same way channels are, and you could "join" them via the usual:

chat add discord !1 #mydiscordchannel
chan #mydiscordchannel set auto_join true
/join #mydiscordchannel

but except for #mydiscordchannel it's #mydiscordthread.

More discord dev info on threads: https://discord.com/developers/docs/topics/threads

researcx avatar Aug 29 '22 09:08 researcx