Skip to content

actions: Unwrap roomid variant for change_avatar

Daniel Garcia Moreno requested to merge fix-room-avatar-upload into master

The room id in this action method is a Variant and to get the real string we should call the get_str method instead of the to_string.

Fix https://gitlab.gnome.org/GNOME/fractal/issues/546

Merge request reports