Email or username:

Password:

Forgot your password?
Gregory

#Smithereen update. (there aren't many of these lately as I'm also working on the Mastodon Android app)

- Added a "collection query" endpoint to actors. This allows asking an actor "do you have this object in your collection?". Simple form-data post request, up to 100 object ids at a time.
- Add{Person} and Add{Group} make use of this. If the other party confirms that this actor is, in fact, a friend/member, that relationship gets stored in the DB right away.

#mastodev #activitypub

1 comment
Gregory

Remaining things to do before the 0.4 release:

- Fetch friends/members and probably wall posts collections when you receive a friend request or join a group, especially a non-public group
- Support including links in i18n strings because Crowdin is really not liking how I split strings into multiple keys ("before_something" and "after_something")
- Send Update{Question} periodically upon receiving a poll vote so Smithereen-to-Smithereen poll results stay in sync

Go Up