forked from lavina/lavina
Add chathistory cap
This commit is contained in:
parent
1a21c05d7d
commit
fac20a215d
|
@ -6,5 +6,6 @@ bitflags! {
|
||||||
const None = 0;
|
const None = 0;
|
||||||
const Sasl = 1 << 0;
|
const Sasl = 1 << 0;
|
||||||
const ServerTime = 1 << 1;
|
const ServerTime = 1 << 1;
|
||||||
|
const ChatHistory = 1 << 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue