tapglue / snaas

Tapglue Social Network as a Service (SNaaS)
https://www.tapglue.com
Apache License 2.0
67 stars 22 forks source link

Add reaction state to posts #34

Closed xla closed 7 years ago

xla commented 7 years ago

For client to reason if the user has reacted to a post with one of the available reactions we extend the Post representation with the has_reacted field which has a boolean for every of the possible reactions.

{
  ...
  "has_reacted": {
    "live": false,
    "love": false,
    "haha": true,
    ...
  },
  ...
}