Files
PluralKit/PluralKit.Core
Ske 378cba09e5 Add channel blacklists for logging and proxying
Necessary database migrations for this commit:
    alter table servers add column log_blacklist bigint[] not null default array[]::bigint[];
    alter table servers add column blacklist bigint[] not null default array[]::bigint[];
2019-11-03 19:15:50 +01:00
..
2019-07-18 17:13:42 +02:00
2019-10-20 02:16:57 -05:00
2019-05-08 00:06:27 +02:00
2019-10-30 08:18:59 +01:00