New group notifications management ui.

This commit is contained in:
Alex Hart
2020-04-30 15:38:58 -03:00
committed by Greyson Parrelli
parent a2de8a2a05
commit c3832cf8b1
15 changed files with 782 additions and 76 deletions

View File

@@ -669,6 +669,10 @@ public class Recipient {
return System.currentTimeMillis() <= muteUntil;
}
public long getMuteUntil() {
return muteUntil;
}
public boolean isBlocked() {
return blocked;
}