Files
Andros Fenollosa f60554451d Modernize for Django 3.2+ and Python 3.8+
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-06 11:28:06 +01:00

6 lines
196 B
Python

from django import dispatch
# Signal sent when presence changes in a room
# Arguments: room (Room instance), added (bool), removed (bool), bulk_change (bool)
presence_changed = dispatch.Signal()