forked from Qortal/qortal
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),
|
||||
IMAGE(400, true, 10*1024*1024L, null),
|
||||
THUMBNAIL(410, true, 500*1024L, null),
|
||||
QCHAT_IMAGE(420, true, 500*1024L, null),
|
||||
VIDEO(500, false, null, null),
|
||||
AUDIO(600, false, null, null),
|
||||
BLOG(700, false, null, null),
|
||||
|
Loading…
Reference in New Issue
Block a user