mirror of
https://git.sr.ht/~emerson/reflectionircd
synced 2025-04-13 09:59:52 +00:00
we don't yet support chathistory
This commit is contained in:
parent
8772f97341
commit
ac936f8c11
1 changed files with 0 additions and 2 deletions
|
@ -23,10 +23,8 @@ export class Client {
|
||||||
this.allCaps = new Map([
|
this.allCaps = new Map([
|
||||||
["account-tag", ""],
|
["account-tag", ""],
|
||||||
["batch", ""],
|
["batch", ""],
|
||||||
["draft/chathistory", ""],
|
|
||||||
["draft/channel-rename", ""],
|
["draft/channel-rename", ""],
|
||||||
["echo-message", ""],
|
["echo-message", ""],
|
||||||
["draft/event-playback", ""],
|
|
||||||
["extended-join", ""],
|
["extended-join", ""],
|
||||||
["invite-notify", ""],
|
["invite-notify", ""],
|
||||||
["message-tags", ""],
|
["message-tags", ""],
|
||||||
|
|
Loading…
Add table
Reference in a new issue