aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-06-14 23:06:15 +0200
committerdec05eba <dec05eba@protonmail.com>2025-06-14 23:06:15 +0200
commit881f0d1625426f8e0717c1ed578a41ac856be8a6 (patch)
tree49347a182a3c1f622d8e2d794d3901df6938e5e2 /plugins
parent03c3109f2da45f2d87c51146c180302ecf24fc3d (diff)
Matrix: increase author max length text
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Matrix.hpp2
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;