mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-28 03:10:45 +00:00
5 lines
190 B
Python
5 lines
190 B
Python
import django.dispatch
|
|
|
|
grpmsg_added = django.dispatch.Signal(providing_args=["group_id", "from_email"])
|
|
grpmsg_reply_added = django.dispatch.Signal(providing_args=["msg_id", "from_email"])
|