tobi

Results 592 comments of tobi

For replyable/boostable/likeable, the API has changed thanks to the concept of interaction policies introduced by https://github.com/superseriousbusiness/gotosocial/pull/3108. So that just leaves the "federated" field, which I'll add in a separate PR.

> It might make sense to allow users to use "html" (still sanitized a little) in their Bio, but that wouldn't make sense for posts. They can already do this...

> Would it make sense to always parse the bio field as markdown? Yeah perhaps... Then in the settings page after 'bio' we could just add in brackets `(markdown supported)`...

@mirabilos do you have any input on this? I know you've been having a time with markdown posting lately :P

Alright, so I think the best way to go with this would be to: 1. Add a note next to the default post format selector in the user settings panel...

Nice one :) Could you add a test in here somewhere to verify that the bio/note markdown parsing works as expected? https://github.com/superseriousbusiness/gotosocial/blob/main/internal/api/client/account/accountupdate_test.go

Yup, we're aware of it, just not implemented yet.

note -- DO NOT MERGE THIS until https://github.com/superseriousbusiness/gotosocial/pull/1119 is in; we need to merge main into this branch once that's the case, so i can do further tweaks