feat: allow rolt.chat for relative navigation (#814)

This commit is contained in:
Lea 2022-12-05 15:47:04 +01:00 committed by GitHub
parent 09be8c9e4f
commit fcf6812151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ const ALLOWED_ORIGINS = [
"app.revolt.chat", "app.revolt.chat",
"nightly.revolt.chat", "nightly.revolt.chat",
"local.revolt.chat", "local.revolt.chat",
"rolt.chat",
]; ];
/** /**