You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create(): handle API errors and return the error message in the CreationResult (bridgy#921).
Twitter:
Bug fix: URL-encode list names in API calls.
Bug fix: propagate alt text into AS1 photo.displayName so that it gets all the way into microformats2 JSON and HTML (#183).
Reddit:
Implement post_id().
Cache user data fetched from the API for 5m to avoid repeating user profile API requests (bridgy#1021).
when fetching multiple comments or posts from the same author
Bug fix: use 'displayName' instead of 'name' in AS1 objects for submissions.
Bug fix: use tag URIs for activity ids.
ActivityStreams 2:
to_as1(): for Create activities, include the activity actor's data in the object's author (snarfed/bridgy-fed#75).
to_as1(): convert preferredUsername to username.
from_as1(): convert username to preferredUsername.
from_as1(): bug fix, make context kwarg actually work.