Updated the former pull request to include the specified formatting changes, and small edits to the hasMuteReason and Commandmute dealing with the muteReason. I also included the ability to see the mute reason from the seenOffline method which is identical to the seenOnline code.

This commit is contained in:
CreedTheFreak 2017-12-26 16:09:46 -08:00
parent 732da86710
commit 822315a279
5 changed files with 45 additions and 37 deletions

View file

@ -538,7 +538,7 @@ public class User extends UserData implements Comparable<User>, IMessageRecipien
setMuteTimeout(0);
sendMessage(tl("canTalkAgain"));
setMuted(false);
setMuteReason ("");
setMuteReason(null);
return true;
}
}