a

Results 839 comments of a

Sorry, I'm not sure what you mean -- there is currently no concept of a "message" at all. Messaging is not part of Mastodon yet.

Well, the private @ is part of the protocol, so it's probably not going anywhere -- posts can be delivered to specific people instead of to all followers or to...

It seems like the icon was changed but the so-called "Direct Messages" column wasn't renamed. It should be called "Conversations" ideally, as that would be more accurate.

#9206 #9666

is there a way to represent a variable for the thousands of mastodon servers out there? because i'd be willing to put in the effort if there is -- it's...

> @trwnh what do you mean by "represent a variable for the thousands of mastodon servers"? Generated client libraries will be able to target whichever domain they want, if that's...

> It's [optional](https://spec.openapis.org/oas/v3.1.0#oasObject), but it shouldn't be difficult to fill for the instance running it. For the generator, it doesn't matter since the generated client allow people to target whoever...

This already exists as Follower Suggestions https://github.com/tootsuite/mastodon/pull/7918 and is implemented in the search tab (/web/search) ![image](https://user-images.githubusercontent.com/10606431/67517889-31433d80-f669-11e9-9e71-224ded7f02fc.png) ![image](https://user-images.githubusercontent.com/10606431/67517960-5932a100-f669-11e9-942d-4f72db341f6c.png) The only limitation is that the advanced web UI currently has no way...

Could probably be closed as it is included in the Explore tab, I think?

IMO if a Like activity is posted to your outbox publicly, then it should be processed publicly, a la Facebook's "{user} liked a post by {otherUser}". Other implementations may want...