fix: use i64::MAX for default role permission

This commit is contained in:
Paul Makles
2022-05-07 17:55:58 +01:00
parent d03cb44071
commit bd455b59fb
2 changed files with 2 additions and 2 deletions

View File

@@ -64,5 +64,5 @@ schemars = "0.8.8"
rocket_okapi = { git = "https://github.com/insertish/okapi", rev = "dcf0df115596ee07a587a7a543cddf3d7944645b", features = [ "swagger" ] }
# quark
revolt-quark = { git = "https://github.com/revoltchat/quark", rev = "e0ac2fe6c1ed4c874bb39cdd119958ee7f8d0c02" }
revolt-quark = { git = "https://github.com/revoltchat/quark", rev = "0038475bd7203e385d0cb78eb138398d769ec41b" }
# revolt-quark = { path = "../quark" }