mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-03 17:31:26 +00:00
Merge branch 'master' into feat/federation
This commit is contained in:
@@ -72,6 +72,7 @@ function main() {
|
||||
(x.endsWith("Schema") ||
|
||||
x.endsWith("Response") ||
|
||||
x.startsWith("API")) &&
|
||||
!x.startsWith("AP") &&
|
||||
!Excluded.includes(x)
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user