Skip to content

1.0.4

Compare
Choose a tag to compare
@buh buh released this 23 Jan 09:37
· 142 commits to master since this release
  • Client.callbackQueue now is DispatchQueue.main by default and would be used after parsing for completion blocks.
  • Feed has own callbackQueue and by default it used Client.callbackQueue.
  • ActivityProtocol extended with helper functions addOwnReaction and deleteOwnReaction (docs).
  • Reactions and User are equitable now.
  • ActivityProtocol is Enrichable now. It's very useful if needs to use an activity as an enrichable object. For example in repost, where object could be the original activity.