[LLC] save one extra rebuild

Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
This commit is contained in:
Sahil Kumar
2021-02-03 13:48:13 +05:30
parent 5347ba78d0
commit d0ff54cbf3
@@ -328,7 +328,6 @@ class Channel {
);
final reactionResp =
_client.decode(res.data, SendReactionResponse.fromJson);
state?.addMessage(reactionResp.message);
return reactionResp;
} catch (_) {
// Reset the message if the update fails