Redaction.hx 98 B

1234567
  1. //Under GNU AGPL v3, see LICENCE
  2. package m.room;
  3. typedef Redaction = {
  4. var reason : String;
  5. };