Merge branch 'convert-activity-avatar-url-to-string' into activity-launch-fix
This commit is contained in:
commit
e4a301142f
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