add quote toots #36
No reviewers
Labels
No Label
area/i18n
area/infrastructure
area/moderation & safety
area/ux
priority/1.high
priority/2.medium
priority/3.low
tag/upstream issue
tag/duplicate
tag/help wanted
tag/invalid
tag/won't fix
type/bug
type/enhancement
type/question
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: treehouse/mastodon#36
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "feature/quote"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
This patchset adds support for quote toots.
They look something like this:
They should be compatible with other fediverse implementations, despite my dislike of the current wire representation of quote posts. We use
fedibird:quoteUri
for the JSON-LD property name.I have tested lightly with a few Japanese mastodon instances, Misskey, and Akkoma. I have not tested it with Soapbox, as I frankly do not care about it, but I see no reason why it wouldn't work there either.
patchest also includes
compose reducer: fix cancelling reply/quote
c6a4f42a37
reducers: add missing nullification of quote_id on reset
384ac613d8