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
{{ message }}
This repository was archived by the owner on Sep 6, 2024. It is now read-only.
Discord hides older direct message chats from the list if you have more than 100 chats (excluding group chats). This can result in forgetting about someone / someone's chat.
An option on how to fix that would be to save all chat-ids in a file, and when loading the actual list of direct messages, the plugin could look into the JSON file and see what chats are missing, and add them below all other chats. Maybe even with a divider to visualize that they aren't normally visible (and thus aren't sorted by message date)?
I don't know if you could also just modify the web request to get more than 100 chats - but I'd guess that would do something with the API that the normal client wouldn't do.
The option with the JSON file would be probably the easiest.
(Keep in mind, I come from BD and just installed Vencord a few days ago, and thus I don't really know if plugins can save custom files and maybe even sync them.)
Existing Plugin for other mod
No response
Request Agreement
I read the above and made sure my plugin is possible and allowed
I checked the existing plugins and made sure my plugin doesn't already exist
Plugin Description
Discord hides older direct message chats from the list if you have more than 100 chats (excluding group chats). This can result in forgetting about someone / someone's chat.
An option on how to fix that would be to save all chat-ids in a file, and when loading the actual list of direct messages, the plugin could look into the JSON file and see what chats are missing, and add them below all other chats. Maybe even with a divider to visualize that they aren't normally visible (and thus aren't sorted by message date)?
I don't know if you could also just modify the web request to get more than 100 chats - but I'd guess that would do something with the API that the normal client wouldn't do.
The option with the JSON file would be probably the easiest.
(Keep in mind, I come from BD and just installed Vencord a few days ago, and thus I don't really know if plugins can save custom files and maybe even sync them.)
Existing Plugin for other mod
No response
Request Agreement