mirror of
https://github.com/Qortal/qortal.git
synced 2025-05-06 17:57:50 +00:00
Added QCHAT_IMAGE service (with 500KB file size limit).
This commit is contained in:
parent
fa80c83864
commit
4043ae1928
@ -38,6 +38,7 @@ public enum Service {
|
|||||||
GIT_REPOSITORY(300, false, null, null),
|
GIT_REPOSITORY(300, false, null, null),
|
||||||
IMAGE(400, true, 10*1024*1024L, null),
|
IMAGE(400, true, 10*1024*1024L, null),
|
||||||
THUMBNAIL(410, true, 500*1024L, null),
|
THUMBNAIL(410, true, 500*1024L, null),
|
||||||
|
QCHAT_IMAGE(420, true, 500*1024L, null),
|
||||||
VIDEO(500, false, null, null),
|
VIDEO(500, false, null, null),
|
||||||
AUDIO(600, false, null, null),
|
AUDIO(600, false, null, null),
|
||||||
BLOG(700, false, null, null),
|
BLOG(700, false, null, null),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user