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

Allow promo codes to only be redeemed once

This commit is contained in:
NG (Graham)
2026-02-07 12:27:48 -05:00
parent 514db6fd02
commit 31d7dd462f
7 changed files with 98 additions and 0 deletions

View File

@@ -43,4 +43,5 @@ pub enum Descriptor {
LastSeen, // u64, seconds since Unix epoch
SubscribedChannels, // Vec<String>, JSON
AvatarId, // u32, u32::MAX means custom avatar
RedeemedPromoCodes, // Vec<String>, JSON
}