Add chat select mode

This commit is contained in:
Christian Pauly 2020-02-09 15:15:29 +01:00
commit 757b46a6b7
11 changed files with 510 additions and 267 deletions

View file

@ -13,7 +13,7 @@ extension LocalizedBody on Event {
};
getLocalizedBody(BuildContext context,
{bool withSenderNamePrefix = false, hideQuotes = false}) {
{bool withSenderNamePrefix = false, bool hideQuotes = false}) {
if (this.redacted) {
return I18n.of(context)
.removedBy(redactedBecause.sender.calcDisplayname());