mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Fix individual send metrics.
This commit is contained in:
committed by
Alex Hart
parent
f160e960be
commit
276e253fdf
@@ -812,6 +812,9 @@ public final class GroupSendUtil {
|
||||
this.messageId = messageId;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onMessageEncrypted() {}
|
||||
|
||||
@Override
|
||||
public void onMessageSent() {
|
||||
SignalLocalMetrics.GroupMessageSend.onLegacyMessageSent(messageId);
|
||||
|
||||
Reference in New Issue
Block a user