-
-
Notifications
You must be signed in to change notification settings - Fork 101
Description
Is your feature request related to a problem? Please describe.
Currently, there are no ways to 'follow' a question thread to track answers to the question or have an automated way of saving a link to the question thread discussion for later review.
Describe the solution you'd like
A command such as /bookmark
or /save
so that the bot can DM the user with the thread link (which can be obtained from the thread ID and can be referred with <#(the threadID)>
).
For saving some context about each bookmark, implementors may decide to include the first message sent by the thread author after thread creation (assumed as the main question). Issue is that question can be scattered trough 20 messages, with images etc. And since a question can often be poorly titled, having just a title is not enough.
So probably the best bet is to have an optional tag
or memo
option for the slash command, so users can organize their bookmark list with a personalized tag. It's searchable, and it can be used as a reminder what the question was about, thus correcting for poorly titled questions.
Describe alternatives you've considered
Manually do it.
(Originally suggested by voidcorruptor)