Not sure if this would make sense, or if other 3rd-party clients would do this.
"Quote with link" = non-native quote. Copy is not finalised.
The right way is probably use native quote if supported else fallback to non-native, instead of showing both at the same time. But would users still want to use non-native quote if native quote is not allowed? ๐ค
Turns out this quotes list is only viewable for own post and by self ("private"?). This means I can't view quotes of posts authored by other folks ๐ค
This limited my experimentation a bit, thus the crude UI for now. It should paginate but I'll need more people to native-QP my posts ๐
Fix s/accounts/statuses.
I also suspect that DEFAULT_STATUSES_LIMIT applies here too, so instead of default 40, should be 20. I didn't test/check this so I'll update this PR if it's wro...
Prompt to turn them into quotes only show if: - Native quote post is supported - They "look like" post links (same logic as non-native QP link unfurling) - Still respecting the quote policy of the post (same logic as enabling/disabling the Quote menu) - There's no media attachment(s) or poll
Chee Aun ๐ค
in reply to Chee Aun ๐ค • • •Chee Aun ๐ค
in reply to Chee Aun ๐ค • • •Chee Aun ๐ค
in reply to Chee Aun ๐ค • • •mastodon/app/javascript/mastodon/components/status/boost_button_utils.ts at 854aaec6fe69df02e6d850cb90eef37032b4d72f ยท mastodon/mastodon
GitHubChee Aun ๐ค
in reply to Chee Aun ๐ค • • •Not sure if this would make sense, or if other 3rd-party clients would do this.
"Quote with link" = non-native quote. Copy is not finalised.
The right way is probably use native quote if supported else fallback to non-native, instead of showing both at the same time. But would users still want to use non-native quote if native quote is not allowed? ๐ค
Chee Aun ๐ค
in reply to Chee Aun ๐ค • • •โ Set quote policy while composing
Chee Aun ๐ค
in reply to Chee Aun ๐ค • • •โ Change quote settings on a published post
โ Removing your post from someoneโs quote post
The dev site #PhanpySocialDev will be quite unstable for now ๐โโ๏ธ
Note to translators: don't need to hurry & translate everything now, copy could be added, changed or removed later ๐
Chee Aun ๐ค
in reply to Chee Aun ๐ค • • •โ See quotes of a status docs.joinmastodon.org/methods/โฆ
Turns out this quotes list is only viewable for own post and by self ("private"?). This means I can't view quotes of posts authored by other folks ๐ค
This limited my experimentation a bit, thus the crude UI for now. It should paginate but I'll need more people to native-QP my posts ๐
Also throwing in a quick PR doc fix: github.com/mastodon/documentatโฆ
Fix limit description for "See quotes of a status" by cheeaun ยท Pull Request #1729 ยท mastodon/documentation
GitHubChee Aun ๐ค
in reply to Chee Aun ๐ค • • •Handle pasting post links ๐ฎโ๐จ
Prompt to turn them into quotes only show if:
- Native quote post is supported
- They "look like" post links (same logic as non-native QP link unfurling)
- Still respecting the quote policy of the post (same logic as enabling/disabling the Quote menu)
- There's no media attachment(s) or poll