This commit is contained in:
Bruno Windels 2021-05-20 13:22:54 +02:00
parent b655c34bbb
commit df9e886f32

View file

@ -122,5 +122,6 @@ export class EventEntry extends BaseEntry {
if (redactionEvent) {
return redactionEvent.content?.reason;
}
return null;
}
}