Compare commits

...

2 Commits

Author SHA1 Message Date
d4125846ec Merge pull request 'Видеосообщения (кружочки)' (#19) from dev into main
All checks were successful
Build rosetta-wss / build (push) Successful in 1m57s
Reviewed-on: #19
2026-04-11 15:56:05 +00:00
RoyceDa
f87198c054 Видеосообщения (кружочки) 2026-04-10 17:36:31 +02:00

View File

@@ -9,7 +9,8 @@ public enum AttachmentType {
FILE(2),
AVATAR(3),
CALL(4),
VOICE(5);
VOICE(5),
VIDEO_CIRCLE(6);
private final int code;