Skip to content
Snippets Groups Projects
consumers.py 223 B
Newer Older
  • Learn to ignore specific revisions
  • from funkwhale_api.common.consumers import JsonAuthConsumer
    
    
    class InstanceActivityConsumer(JsonAuthConsumer):
        groups = ["instance_activity"]
    
        def event_send(self, message):
            self.send_json(message['data'])