1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Add emotigram support; close #115

This commit is contained in:
NG (Graham)
2026-07-09 21:05:32 -04:00
parent 9aaf1b5b5f
commit bab455dc00
6 changed files with 132 additions and 9 deletions

View File

@@ -45,4 +45,5 @@ pub enum Descriptor {
AvatarId, // u32, u32::MAX means custom avatar
RedeemedPromoCodes, // Vec<String>, JSON
Federation, // oj_rc_Core::persist::user::Federation, JSON
EmotigramWheel, // Vec<String>, JSON
}