Quote posts #9

Open
opened 2024-07-03 00:37:29 +00:00 by ari · 0 comments
Owner

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:

this is a quote post!

RE: https://ice.arimelody.me/notes/9v8fb35icsnoy4e7

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.

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: ``` this is a quote post! RE: https://ice.arimelody.me/notes/9v8fb35icsnoy4e7 ``` 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.
ari added the
needs review
feature
UI
labels 2024-07-03 00:37:29 +00:00
ari added this to the v1.0 project 2024-07-03 00:37:39 +00:00
ari added the
misskey-related
label 2024-07-03 00:38:19 +00:00
ari added this to the Activate all the buttons! milestone 2024-07-03 00:47:44 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: blisstown/campfire#9
No description provided.