You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argument of type '["welcome.privateRoom.name", "Help for {{originalRoomName}}", TranslationOptions]' is not assignable to parameter of type '[key: string | string[], options: TOptionsBase & $Dictionary & { defaultValue: string; }] | [key: string | string[], defaultValue: string, options?: (TOptionsBase & $Dictionary) | undefined] | [key: ...]'.
Argument of type '["welcome.privateRoom.topic", "How to use this bot to setup the widget bot in the room {{originalRoomName}}.", TranslationOptions]' is not assignable to parameter of type '[key: string | string[], options: TOptionsBase & $Dictionary & { defaultValue: string; }] | [key: string | string[], defaultValue: string, options?: (TOptionsBase & $Dictionary) | undefined] | [key: ...]'.
Argument of type '["welcome.privateRoom.name", TranslationOptions]' is not assignable to parameter of type '[key: string | string[], options: TOptionsBase & $Dictionary & { defaultValue: string; }] | [key: string | string[], defaultValue: string, options?: (TOptionsBase & $Dictionary) | undefined] | [key: ...]'.
Argument of type '["welcome.privateRoom.topic", TranslationOptions]' is not assignable to parameter of type '[key: string | string[], options: TOptionsBase & $Dictionary & { defaultValue: string; }] | [key: string | string[], defaultValue: string, options?: (TOptionsBase & $Dictionary) | undefined] | [key: ...]'.
Argument of type '["welcome.errors.notEnoughPermissions", "Unfortunately, I cannot add the calendar function. I don't have the right authorisation. Please give me moderator rights in your room <a href='{{originalRoomLink}}'>{{originalRoomName}}</a>.", TranslationOptions]' is not assignable to parameter of type '[key: string | string[], options: TOptionsBase & $Dictionary & { defaultValue: string; }] | [key: string | string[], defaultValue: string, options?: (TOptionsBase & $Dictionary) | undefined] | [key: ...]'.
Argument of type '["welcome.errors.meetingWidgetExists", "Can't add a new widget because it already exists.", TranslationOptions]' is not assignable to parameter of type '[key: string | string[], options: TOptionsBase & $Dictionary & { defaultValue: string; }] | [key: string | string[], defaultValue: string, options?: (TOptionsBase & $Dictionary) | undefined] | [key: ...]'.
Argument of type '["welcome.meetingWidgetAdded", "<p>My job is done.</p><p>The calendar is already successfully installed into your room. You can leave this private chat-room.</p>", TranslationOptions]' is not assignable to parameter of type '[key: string | string[], options: TOptionsBase & $Dictionary & { defaultValue: string; }] | [key: string | string[], defaultValue: string, options?: (TOptionsBase & $Dictionary) | undefined] | [key: ...]'.
Argument of type '["welcome.meetingWidgetAdded", TranslationOptions]' is not assignable to parameter of type '[key: string | string[], options: TOptionsBase & $Dictionary & { defaultValue: string; }] | [key: string | string[], defaultValue: string, options?: (TOptionsBase & $Dictionary) | undefined] | [key: ...]'.
Argument of type '["welcome.botIsAdmin", "The bot is a moderator in the room <a href='{{originalRoomLink}}'>{{originalRoomName}}</a>. If you enter the command <code>!meeting setup</code> NeoDateFix widget will be added to that room.", TranslationOptions]' is not assignable to parameter of type '[key: string | string[], options: TOptionsBase & $Dictionary & { defaultValue: string; }] | [key: string | string[], defaultValue: string, options?: (TOptionsBase & $Dictionary) | undefined] | [key: ...]'.
Argument of type '["welcome.botNotAdmin", "The bot is not a moderator in the room <a href='{{originalRoomLink}}'>{{originalRoomName}}</a>.", TranslationOptions]' is not assignable to parameter of type '[key: string | string[], options: TOptionsBase & $Dictionary & { defaultValue: string; }] | [key: string | string[], defaultValue: string, options?: (TOptionsBase & $Dictionary) | undefined] | [key: ...]'.
The logs for this run have expired and are no longer available.