mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 19:29:54 +01:00
New group notifications management ui.
This commit is contained in:
committed by
Greyson Parrelli
parent
a2de8a2a05
commit
c3832cf8b1
@@ -669,6 +669,10 @@ public class Recipient {
|
||||
return System.currentTimeMillis() <= muteUntil;
|
||||
}
|
||||
|
||||
public long getMuteUntil() {
|
||||
return muteUntil;
|
||||
}
|
||||
|
||||
public boolean isBlocked() {
|
||||
return blocked;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user