Type |
Bug
|
Priority |
Normal
|
Assignee |
Related
-
tigase-private/systems-maintenance/servers#288 You are not authorized to access this issue
-
tigase-private/systems-maintenance/servers#277 You are not authorized to access this issue
Issue Votes (0)
Watchers (0)
Tried to set MUC room avatar with Beagle - by default it offers taking photo, which I used and in the end ran into Exception:
I think there are a couple of issues here:
<BINVAL>CData size: 156332</BINVAL>
)text
for avatar, which isn't all that big (https://dev.mysql.com/doc/refman/5.7/en/string-type-overview.html: TEXT = 65,535 (216−1) bytes = 64 KiB) - maybe we should switch toMEDIUMTEXT = 16,777,215 (224−1) bytes = 16 MiB
(and impose said sensible limit on the application level (configurable)?