コード例 #1
0
ファイル: queue_processors.py プロジェクト: AmoliShah/zulip
 def consume(self, data):
     # type: (Mapping[str, Any]) -> None
     handle_push_notification(data['user_profile_id'], data)
コード例 #2
0
ファイル: queue_processors.py プロジェクト: zag/zulip
 def consume(self, data):
     handle_push_notification(data['user_profile_id'], data)
コード例 #3
0
ファイル: queue_processors.py プロジェクト: 150vb/zulip
 def consume(self, data):
     handle_push_notification(data['user_profile_id'], data)
コード例 #4
0
ファイル: queue_processors.py プロジェクト: zulip/zulip
 def consume(self, data):
     # type: (Mapping[str, Any]) -> None
     handle_push_notification(data['user_profile_id'], data)