funkwhale/api/funkwhale_api/instance/consumers.py

9 wiersze
223 B
Python
Czysty Zwykły widok Historia

from funkwhale_api.common.consumers import JsonAuthConsumer
class InstanceActivityConsumer(JsonAuthConsumer):
groups = ["instance_activity"]
def event_send(self, message):
2018-06-09 13:36:16 +00:00
self.send_json(message["data"])