You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Current implementation has a few problems,
No media support
Sometimes leaves a couple of messages from user when there's multiple single messages for instance
Describe the solution you'd like
It should add media from user to thread as well
Let's say user sends 10 small messages instead of a paragraph of text, all those texts from the start to latest should populate modal menu and post successful transfer should be deleted from chat.
Describe alternatives you've considered
Additional context
JDA offers MessageHistory check it out.
Note: It might not always be a good idea to populate modal till the latest message from user, if texts are transferred a bit later it will just contain noise. Possibly pick up till there's messages from same user aka OP, as soon as the chain(of texts) continues it's safe to assume it will have relevant content.
The text was updated successfully, but these errors were encountered:
right now the modal shows the message in question to do edits (if needed), how the UI is going to look with multiple messages? Should we just remove the message section entirely?
The goal is to move as much context as we can within the modal limit. So the question section should stay but we squeeze things in 2k char limit not sure if that's enough or if we should consider alternative options.
Although on the second note, we don't really edit questions for OP. Just the title and tag so maybe it's worth thinking about what you're suggesting.
Is your feature request related to a problem? Please describe.
Current implementation has a few problems,
Describe the solution you'd like
Describe alternatives you've considered
Additional context
JDA offers
MessageHistory
check it out.Note: It might not always be a good idea to populate modal till the latest message from user, if texts are transferred a bit later it will just contain noise. Possibly pick up till there's messages from same user aka OP, as soon as the chain(of texts) continues it's safe to assume it will have relevant content.
The text was updated successfully, but these errors were encountered: