diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-14 23:06:15 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-14 23:06:15 +0200 |
commit | 881f0d1625426f8e0717c1ed578a41ac856be8a6 (patch) | |
tree | 49347a182a3c1f622d8e2d794d3901df6938e5e2 | |
parent | 03c3109f2da45f2d87c51146c180302ecf24fc3d (diff) |
Matrix: increase author max length text
-rw-r--r-- | plugins/Matrix.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Matrix.hpp b/plugins/Matrix.hpp index 9841510..f8b10ae 100644 --- a/plugins/Matrix.hpp +++ b/plugins/Matrix.hpp @@ -18,7 +18,7 @@ namespace QuickMedia { struct RoomData; struct Message; - static const int AUTHOR_MAX_LENGTH = 48; + static const int AUTHOR_MAX_LENGTH = 192; class Matrix; |