mirror of
https://github.com/oxen-io/session-android.git
synced 2025-07-02 02:48:29 +00:00
Fix typos in logging for remote delete.
This commit is contained in:
parent
cd228c439e
commit
07d19f38e3
@ -158,7 +158,7 @@ public class RemoteDeleteSendJob extends BaseJob {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onFailure() {
|
public void onFailure() {
|
||||||
Log.w(TAG, "Failed to send the reaction to all recipients! (" + (initialRecipientCount - recipients.size() + "/" + initialRecipientCount + ")") );
|
Log.w(TAG, "Failed to send remote delete to all recipients! (" + (initialRecipientCount - recipients.size() + "/" + initialRecipientCount + ")") );
|
||||||
}
|
}
|
||||||
|
|
||||||
private @NonNull List<Recipient> deliver(@NonNull Recipient conversationRecipient, @NonNull List<Recipient> destinations, long targetSentTimestamp)
|
private @NonNull List<Recipient> deliver(@NonNull Recipient conversationRecipient, @NonNull List<Recipient> destinations, long targetSentTimestamp)
|
||||||
|
@ -332,7 +332,7 @@ public class MessageSender {
|
|||||||
ApplicationDependencies.getJobManager().add(RemoteDeleteSendJob.create(context, messageId, isMms));
|
ApplicationDependencies.getJobManager().add(RemoteDeleteSendJob.create(context, messageId, isMms));
|
||||||
onMessageSent();
|
onMessageSent();
|
||||||
} catch (NoSuchMessageException e) {
|
} catch (NoSuchMessageException e) {
|
||||||
Log.w(TAG, "[sendNewReaction] Could not find message! Ignoring.");
|
Log.w(TAG, "[sendRemoteDelete] Could not find message! Ignoring.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user