mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
Fix quoted mentioned showing in regular message bug.
This commit is contained in:
committed by
Alex Hart
parent
770a89507a
commit
15c6c372ba
@@ -1098,7 +1098,7 @@ public class SignalServiceMessageSender {
|
|||||||
.mentionAci(mention.getServiceId().toString())
|
.mentionAci(mention.getServiceId().toString())
|
||||||
.build());
|
.build());
|
||||||
}
|
}
|
||||||
builder.bodyRanges(bodyRanges);
|
quoteBuilder.bodyRanges(bodyRanges);
|
||||||
|
|
||||||
builder.requiredProtocolVersion(Math.max(DataMessage.ProtocolVersion.MENTIONS.getValue(), builder.requiredProtocolVersion));
|
builder.requiredProtocolVersion(Math.max(DataMessage.ProtocolVersion.MENTIONS.getValue(), builder.requiredProtocolVersion));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user