Skip to content

Commit

Permalink
pleroma uses EmojiReaction
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatOneCalculator committed Sep 23, 2023
1 parent 2ab80a0 commit d1c576c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/typescript/src/pleroma/mentions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const excludes: Array<string> = [
NotificationType.Reblog,
NotificationType.PollVote,
NotificationType.PollExpired,
NotificationType.Reaction
NotificationType.EmojiReaction
]

client.getNotifications({ min_id: '9318', limit: 30, exclude_types: excludes }).then(res => console.log(res.data))

0 comments on commit d1c576c

Please sign in to comment.