fix: convert activity URL to string in create room request

This commit is contained in:
ggurdin 2026-01-23 09:12:03 -05:00
parent f4311535b2
commit 002ae0e944
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -90,7 +90,7 @@ extension CoursePlanRoomExtension on Room {
if (activity.imageURL != null)
StateEvent(
type: EventTypes.RoomAvatar,
content: {'url': activity.imageURL!},
content: {'url': activity.imageURL!.toString()},
),
if (role != null)
StateEvent(