fix: convert activity URL to string in create room request
This commit is contained in:
parent
f4311535b2
commit
002ae0e944
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue