Implements #146: copy message button for moderators

We overload the copy message method that comes with Converse 11, to add
the message metadata (nick and full date).
This commit is contained in:
John Livingston
2024-07-26 10:51:55 +02:00
parent dd4bca8c06
commit f88520d925
4 changed files with 36 additions and 1 deletions

View File

@ -34,6 +34,7 @@ declare global {
env: {
html: Function
sizzle: Function
dayjs: Function
}
}
initConversePlugins: typeof initConversePlugins