New features: announcements WIP (#518):

* handling message correction.
This commit is contained in:
John Livingston
2024-09-12 12:07:55 +02:00
parent f0088671ea
commit 4e436c00f0
2 changed files with 28 additions and 0 deletions

View File

@ -39,6 +39,11 @@ declare global {
sizzle: Function
dayjs: Function
__: Function
u: {
hasClass: Function
addClass: Function
removeClass: Function
}
}
}
initConversePlugins: typeof initConversePlugins