mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-30 16:29:30 +01:00
Merge branch 'soru/fix-upload-emotes' into 'main'
fix: emote settings Closes #550 See merge request famedly/fluffychat!520
This commit is contained in:
commit
7f15b7ad53
@ -234,7 +234,7 @@ class EmotesSettingsController extends State<EmotesSettings> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
controller.value = ImagePackImageContent.fromJson(<String, dynamic>{
|
controller.value = ImagePackImageContent.fromJson(<String, dynamic>{
|
||||||
'url': uploadResp.result,
|
'url': uploadResp.result.toString(),
|
||||||
'info': info,
|
'info': info,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user