mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Improve copy for unregistered users.
This commit is contained in:
committed by
Alex Hart
parent
e0bd60f87c
commit
bca346ec2f
@@ -150,6 +150,10 @@ public final class MessageRequestRepository {
|
||||
}
|
||||
}
|
||||
|
||||
public boolean threadContainsSms(long threadId) {
|
||||
return SignalDatabase.messages().threadContainsSms(threadId);
|
||||
}
|
||||
|
||||
private boolean reportedAsSpam(long threadId) {
|
||||
return SignalDatabase.messages().hasReportSpamMessage(threadId) ||
|
||||
SignalDatabase.messages().getOutgoingSecureMessageCount(threadId) > 0;
|
||||
|
||||
Reference in New Issue
Block a user