mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-08 00:36:15 -05:00
Allow unauth requests to get-messages-count (used in public stats)
This commit is contained in:
@@ -531,7 +531,7 @@ export const API = (_apiTypeCheck = {
|
||||
},
|
||||
'get-messages-count': {
|
||||
method: 'GET',
|
||||
authed: true,
|
||||
authed: false,
|
||||
rateLimited: false,
|
||||
props: z.object({}),
|
||||
returns: {} as { count: number },
|
||||
|
||||
Reference in New Issue
Block a user