# HG changeset patch # User Sverre Rabbelier # Date 1235823080 0 # Node ID c81109a8a1a1ef224ccf4fc1be8dea30d54c3fcc # Parent cba45797f4b9e51a47ff60e11546e6c9e6548ff8 Flush the receiver's sidebar when sending a notification Patch by: Sverre Rabbelier diff -r cba45797f4b9 -r c81109a8a1a1 app/soc/logic/models/notification.py --- a/app/soc/logic/models/notification.py Sat Feb 28 12:10:49 2009 +0000 +++ b/app/soc/logic/models/notification.py Sat Feb 28 12:11:20 2009 +0000 @@ -58,6 +58,7 @@ # there is only one unread notification so send out an email notifications.sendNewNotificationMessage(entity) + sidebar.flush(entity.scope.account) super(Logic, self)._onCreate(entity) def _updateField(self, entity, entity_properties, name):