[birthday_reminder] Adpat to Gajim changes

This commit is contained in:
lovetox
2022-01-08 14:40:40 +01:00
parent 2da28b4b97
commit 1d834cf9f5

View File

@@ -126,10 +126,10 @@ class BirthDayPlugin(GajimPlugin):
app.ged.raise_event(
Notification(account=account,
jid=jid,
notif_type='reminder',
icon_name='trophy-gold',
type='reminder',
title=TITLE,
text=TEXT % name))
text=TEXT % name,
icon_name='trophy-gold'))
return True
@staticmethod