Emoji reaction notifications

main
Bob Mottram 2021-11-14 20:42:27 +00:00
parent 0a5657fba4
commit cd5c7315ce
1 changed files with 3 additions and 3 deletions

View File

@ -216,7 +216,7 @@ function notifications {
fi fi
# send notifications for emoji reactions to XMPP/email users # send notifications for emoji reactions to XMPP/email users
epicyonLikeFile="$epicyonDir/.newReaction" epicyonReactionFile="$epicyonDir/.newReaction"
if [ -f "$epicyonReactionFile" ]; then if [ -f "$epicyonReactionFile" ]; then
if ! grep -q "##sent##" "$epicyonReactionFile"; then if ! grep -q "##sent##" "$epicyonReactionFile"; then
epicyonReactionMessage=$(notification_translate_text 'Reaction by') epicyonReactionMessage=$(notification_translate_text 'Reaction by')