Vencord / plugin-requests

Vencord plugin requests. Open the link below to create a request
https://github.com/Vencord/plugin-requests/issues/new?template=request.yml
26 stars 3 forks source link

Jump to first message #4

Open Slightlyxz opened 6 months ago

Slightlyxz commented 6 months ago

Plugin Description

A plugin that adds a button at the top to jump to the first message of a channel, like the button for jumping to the newest message on android. Something like this already exists for replugged and might be possible to be ported.

Existing Plugin for other mod

https://github.com/FedeIlLeone/replugged-plugins/tree/main/plugins/JumpToFirstMessage

Request Agreement

Vendicated commented 6 months ago

You can do this even without plugin:

Screencast from 2024-02-13 15-24-32.webm

nvhhr commented 6 months ago

Another method I've used is to search in:channelname and sort by old.

cheesesamwich commented 6 months ago

making this now, its essentially gonna do what vee suggested but from a context menu option

cheesesamwich commented 6 months ago

PRed it :P

lewisakura commented 6 months ago

https://github.com/Vendicated/Vencord/pull/2171

qtlunya commented 3 months ago

The PR got closed because the fork was deleted...


Another method I've used is to search in:channelname and sort by old.

Sadly this doesn't work for threads. But the method with the message ID does.