mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add member is public reminder message on member creation (if system has private members)
This commit is contained in:
parent
9282d5e9fb
commit
a5f7bacb3e
3 changed files with 15 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue