Skip to content

Commit

Permalink
Merge pull request #63 from diaspora/liked_comment_notification
Browse files Browse the repository at this point in the history
Document the liked comment notification type
  • Loading branch information
SuperTux88 committed Nov 26, 2023
2 parents 05c40cf + 273e9be commit e8e34d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _routes/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ title: Notifications
| also_commented | Someone commented on a post the current user also commented on. |
| commented_on_post | Someone commented on a post the current user created. |
| liked | Someone liked a post the current user created. |
| liked_comment | Someone liked a comment the current user created. |
| mentioned | Someone mentioned the current user in a post. |
| mentioned_in_comment | Someone mentioned the current user in a comment of a post. |
| reshared | Someone reshared one of the current user's posts. |
Expand All @@ -19,7 +20,7 @@ title: Notifications

"Someone" is defined in `event_creators` which represents one or more user profiles. All types, excluding `started_sharing` and `contacts_birthday` will include a `target` identifying the post the event was created at.
The `target` will always be the related post object, so for `mentioned_in_comment` the post the comment was
created on, for `liked` the post that was liked and so on.
created on, for `liked` the post that was liked, for 'liked_comment' the post the liked comment was created on and so on.

## Get list of all notifications

Expand Down

0 comments on commit e8e34d2

Please sign in to comment.