aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
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;