Ripcord Dev Logo Ripcord Development — View Ticket Login or Create Account
Ticket UUID: f103ec5ab8fbf2d5d621dc26ba6e849e1c81b26c
Title: Discord new quote structure
Status: Closed Type: Feature_Request
Severity: Minor Priority: Low
Subsystem: Discord Resolution: Fixed
Last Modified: 2020-12-26 10:46:04
Version Found In: 0.4.27
silverbacknet2020-11-20 02:01:39

Discord is rolling out a new quote format; quotes are no longer referenced with > and an @, they're now a property of the request/response and shown above the post. I can keep quoting the old way, but others' quotes don't show up in Ripcord.

JSON request has a new header:

{ "message_reference": { "channel_id": "742696395391107124", "guild_id": "742696394921607208", "message_id": "779153088354320434" } }

JSON response is:

[ { "id": "779153145421889556", "type": 19, "content": "Testing quote", "channel_id": "742696395391107124", "author": { "id": "484240328979644438", "username": "Emfiliane", "avatar": "378d3ab337278405040a1c9ff4e63cc4", "discriminator": "9590", "public_flags": 0 }, "attachments": [], "embeds": [], "mentions": [], "mention_roles": [], "pinned": false, "mention_everyone": false, "tts": false, "timestamp": "2020-11-20T01:16:25.834000+00:00", "edited_timestamp": null, "flags": 0, "message_reference": { "channel_id": "742696395391107124", "guild_id": "742696394921607208", "message_id": "779153088354320434" }, "referenced_message": { "id": "779153088354320434", "type": 0, "content": "Testing", "channel_id": "742696395391107124", "author": { "id": "484240328979644438", "username": "Emfiliane", "avatar": "378d3ab337278405040a1c9ff4e63cc4", "discriminator": "9590", "public_flags": 0 }, "attachments": [], "embeds": [], "mentions": [], "mention_roles": [], "pinned": false, "mention_everyone": false, "tts": false, "timestamp": "2020-11-20T01:16:12.228000+00:00", "edited_timestamp": null, "flags": 0 } }, { "id": "779153088354320434", "type": 0, "content": "Testing", "channel_id": "742696395391107124", "author": { "id": "484240328979644438", "username": "Emfiliane", "avatar": "378d3ab337278405040a1c9ff4e63cc4", "discriminator": "9590", "public_flags": 0 }, "attachments": [], "embeds": [], "mentions": [], "mention_roles": [], "pinned": false, "mention_everyone": false, "tts": false, "timestamp": "2020-11-20T01:16:12.228000+00:00", "edited_timestamp": null, "flags": 0 } ]

Sorry, it's inside ```, no idea why it isn't breaking pre-formatted lines.

Astrid2020-11-20 10:49:36

While understanding the lack of similarities with the Discord and Slack implementations, would it be easier to replicate the visual effect used that is currently in use on the Slack Reply(/Thread) caption that appears under messages that are posted to threads?

silverbacknet2020-12-26 10:45:33

Seems to work perfectly now. Thank you so much and Happy Holidays!