mirror of https://gitlab.com/bashrc2/epicyon
Emoji reaction notifications
parent
0a5657fba4
commit
cd5c7315ce
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue