mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-03 09:29:43 +00:00
fix(event): also add jitsi url in the location as outlook doesn't support attach url
This commit is contained in:
@@ -323,6 +323,7 @@
|
||||
jitsiRoomPrefix = this.preferences.defaults.SOGoCalendarJitsiRoomPrefix;
|
||||
var jitsiUrl = jitsiBaseUrl + "/" + jitsiRoomPrefix + crypto.randomUUID();
|
||||
var i = this.component.addAttachUrl(jitsiUrl);
|
||||
this.component.location = jitsiUrl;
|
||||
focus('attachUrl_' + i);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user