Share chat modal WIP.

This commit is contained in:
John Livingston
2021-12-14 17:46:07 +01:00
parent e6dd31afd0
commit 9f9643ac89
3 changed files with 142 additions and 19 deletions

View File

@ -70,7 +70,7 @@ function register (registerOptions: RegisterOptions): void {
name: 'shareurl',
label: labelShareUrl,
callback: () => {
shareChatUrl(registerOptions).then(() => {}, () => {})
shareChatUrl(registerOptions, settings, video).then(() => {}, () => {})
},
icon: shareChatUrlSVG,
additionalClasses: []