[LLC] save one extra rebuild
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -328,7 +328,6 @@ class Channel {
|
|||||||
);
|
);
|
||||||
final reactionResp =
|
final reactionResp =
|
||||||
_client.decode(res.data, SendReactionResponse.fromJson);
|
_client.decode(res.data, SendReactionResponse.fromJson);
|
||||||
state?.addMessage(reactionResp.message);
|
|
||||||
return reactionResp;
|
return reactionResp;
|
||||||
} catch (_) {
|
} catch (_) {
|
||||||
// Reset the message if the update fails
|
// Reset the message if the update fails
|
||||||
|
|||||||
Reference in New Issue
Block a user