chore: auto-generate protobuf files [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-03 10:09:51 +00:00
parent 641e2277d0
commit 976b655ff2
2 changed files with 7 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ export enum Presence {
PRESENCE_UNSPECIFIED = 0,
OFFLINE = 1,
ONLINE = 2,
AWAY = 3,
UNRECOGNIZED = -1,
}