Skip to content
Snippets Groups Projects
signals.py 138 B
Newer Older
  • Learn to ignore specific revisions
  • Eliot Berriot's avatar
    Eliot Berriot committed
    from funkwhale_api import plugins
    
    
    plugins.hooks.register(
        plugins.Hook("history.listening.created", providing_args=["listening"])
    )