fixed geo-location breaking chats and white text on white background

This commit is contained in:
2025-10-01 16:06:02 +02:00
parent 7dea44d1e8
commit 06c27d6b50
3 changed files with 3 additions and 1 deletions

View File

@@ -113,4 +113,5 @@ const _$RichObjectStringObjectTypeEnumMap = {
RichObjectStringObjectType.guest: 'guest',
RichObjectStringObjectType.highlight: 'highlight',
RichObjectStringObjectType.talkPoll: 'talk-poll',
RichObjectStringObjectType.geoLocation: 'geo-location',
};