Add member is public reminder message on member creation (if system has private members)

This commit is contained in:
dev-kittens
2020-10-19 03:50:51 -05:00
parent 9282d5e9fb
commit a5f7bacb3e
3 changed files with 15 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ drop view if exists group_list;
drop function if exists message_context;
drop function if exists proxy_members;
drop function if exists has_private_members;
drop function if exists generate_hid;
drop function if exists find_free_system_hid;
drop function if exists find_free_member_hid;