notifications: turn notification cell synchronous (#17109)

This commit is contained in:
Frédéric Péters 2017-06-22 14:26:58 +02:00
parent 27f9a5e7dd
commit 71f0dd7b14
1 changed files with 0 additions and 6 deletions

View File

@ -135,9 +135,3 @@ class NotificationsCell(CellBase):
if not new:
return
return {'badge': str(new)}
def render(self, context):
self.context = context
if not context.get('synchronous'):
raise NothingInCacheException()
return super(NotificationsCell, self).render(context)