Better Threads #160
Labels
No labels
beginner friendly
bug
chore
documentation
duplicate
feature
help wanted
invalid
needs-triage
question
size/L
size/M
size/S
size/XL
size/XS
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/dalmatian#160
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The goal of this collection of issues is making a more usable version of threads. The main improvements we've come up with is as follows:
Thread Lifetimes
One of the issues with threads so far is the inability to have a thread last longer the 24 hours. With server boosting you can increase the lifetime to a week, but we want to eliminate this paywall.
Dual Sending
One of the complaints about Discord threads from Slack is the inability to have the option to send in a thread and in the main channel the thread is linked to.
Thread Visibility
Visibility of threads are also a common annoyance with threads often getting buried when people talk in the main channel. Automatically adding people to a thread when its made is a solid solution, however, discord's API rate limits would limit us to automatically add everyone in a large server like CMU's class servers, so an alternative solution must be used.
Thread Archive Navigation
After a thread is archived Discord doesn't have a good way to look up past threads. Dalmatian can serve as this to maintain an archive of archived threads that could be looked through.
I think adding on the dual sending, there should also be a way to set a certain thread to automatically send in the channel as well.