Bubble [main]

More room for Unicode codepoints in the user avatar

0e10e91adc177ffe99634d22c27880ae010435d9
diff --git a/model.py b/model.py
index b3ec6c3..aea9997 100644
--- a/model.py
+++ b/model.py
@@ -320,7 +320,7 @@ class Database:
             name        VARCHAR(30) UNIQUE,
             info        VARCHAR(1000) DEFAULT '',
             url         VARCHAR(1000) DEFAULT '',
-            avatar      CHAR(1),
+            avatar      CHAR(2),
             role        INT DEFAULT 0,
             flags       INT DEFAULT 0,
             notif       INT DEFAULT ?,