Skip to content

Commit

Permalink
i swear"
Browse files Browse the repository at this point in the history
  • Loading branch information
iliaamiri committed Dec 2, 2022
1 parent a9ebf10 commit 2c03c24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class NotificationMessageMakerService implements INotificationMessageMake
[EventTypes.PostGotUpVote]: (p: { username: string; postId: UUID }) =>
`${p.username} up voted your post (uuid:${this.stashToken}:post:${p.postId}:text:check it out!)`,
[EventTypes.PostGotDownVote]: (p: { username: string; postId: UUID }) =>
`${p.username} down voted your post (uuid:${this.stashToken}:post:${p.postId}:text:go to post)`,
`someone down voted your post (uuid:${this.stashToken}:post:${p.postId}:text:go to post)`,
[EventTypes.PostGotRestricted]: (p: { postTitle: string; reason: string }) =>
`A Moderator has restricted your post due to: "${
p.reason
Expand Down

0 comments on commit 2c03c24

Please sign in to comment.