Add chathistory cap

This commit is contained in:
Mikhail 2024-05-26 17:48:10 +02:00
parent 1a21c05d7d
commit fac20a215d
1 changed files with 1 additions and 0 deletions

View File

@ -6,5 +6,6 @@ bitflags! {
const None = 0;
const Sasl = 1 << 0;
const ServerTime = 1 << 1;
const ChatHistory = 1 << 2;
}
}