Ripcord Dev Logo Ripcord Development — View Ticket Login or Create Account
Ticket UUID: f82f6831536e5f26a97136af406b656a08142dd5
Title: Ability to bookmark Discord group DMs
Status: Fixed Type: Feature_Request
Severity: Minor Priority: Low
Subsystem: Discord Resolution: Fixed
Last Modified: 2021-06-03 23:28:41
Version Found In: 0.3.3
Astrid2020-01-24 06:49:24

Anyone looking for a mitigation on this issue,
Opening user_data.ripdb with SQLite, the playlist table contains the bookmarks for the application.
Each row contains a category of bookmarks, with channels being kept as JSON format in the content value.

Copying the Group Channel ID from the webapp is the easiest method of obtaining the Channel ID we need, it can be appended to the end of the array alongside the rest of the data. Restarting ripcord will refresh these bookmarks immediately.

Although, I found it easier to add a random user message channel to the bookmarks, then overriding it's channel ID within SQLiteStudio

cancel2021-06-03 23:28:41

Fixed in next release