Files
@ b4749d02192d
Branch filter:
Location: kallithea/scripts/run-all-cleanup
b4749d02192d
301 B
text/plain
model: remove unused 'subject' parameter of NotificationModel.create()
The subject of emails is determined with EmailNotificationModel._subj_map,
based on the notification type. The 'subject' parameter passed to
NotificationModel.create is completely unused.
Remove this parameter and update its callers, removing code that is now no
longer used.
The subject of emails is determined with EmailNotificationModel._subj_map,
based on the notification type. The 'subject' parameter passed to
NotificationModel.create is completely unused.
Remove this parameter and update its callers, removing code that is now no
longer used.