Moved org finder to the core
Allowed viewing the most recent account logs by using !account log recent Allowed removing of chatbots Moved the so far hardcoded org prefixing into the DB, which allows dynamically changing them. Fix for orgrosters; org leaves are being detected now.
This commit is contained in:
@@ -36,7 +36,7 @@ class OrgRosterController:
|
||||
ORG_MEMBER_LOGOFF_EVENT = "org_member_logoff"
|
||||
ORG_MEMBER_REMOVED_EVENT = "org_member_removed"
|
||||
|
||||
LEFT_ORG = [508, 45978487508, 45978487]
|
||||
LEFT_ORG = [508, 45978487]
|
||||
KICKED_FROM_ORG = [508, 37093479]
|
||||
INVITED_TO_ORG = [508, 173558247]
|
||||
KICKED_INACTIVE_FROM_ORG = [508, 20908201]
|
||||
|
||||
Reference in New Issue
Block a user