Quote posts #9
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: blisstown/campfire#9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
users should be able to quote posts.
the ability to quote a post should be limited by the post's visibility; if the post is "private" or "direct", the quote option should be disabled.
quoting a post should involve a compose box (see #5), featuring a preview of the post being quoted above. publishing the post should post to the mastodon API (POST /api/v1/statuses), however the method in which misskey forks handle quote posts may need to be explored.
in any case, a suitable fallback could could be as follows:
the content of the "quote" should be suffixed with two newlines, followed by "RE:", and the post URL, as provided by the quoted post's
url
field.