reactions: poll for reactions on read receipt
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
@@ -584,6 +584,9 @@ func (t *TelegramClient) onMessageEdit(ctx context.Context, update IGetMessage)
|
||||
ce.ModifiedParts = append(ce.ModifiedParts, part.ToEditPart(existing[i]))
|
||||
}
|
||||
}
|
||||
if len(ce.ModifiedParts) == 0 {
|
||||
return nil, bridgev2.ErrIgnoringRemoteEvent
|
||||
}
|
||||
return &ce, nil
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user