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
7936d8fc59
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue