mirror of
https://github.com/haiwen/seahub.git
synced 2025-07-22 19:02:21 +00:00
* Email unregistered user when sharing repo. * Add email to contacts when share repo/file and add group user. * Remove org repo share link.
5 lines
95 B
Python
5 lines
95 B
Python
from signals import *
|
|
from handlers import *
|
|
|
|
mail_sended.connect(mail_sended_cb, sender=None)
|