mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-12 22:20:19 +08:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -922,8 +922,8 @@ export const adminApi = {
|
||||
return response.data
|
||||
},
|
||||
|
||||
async testImportantNotification(options: 'all' | 'email' | 'server_chan' | {
|
||||
channel?: 'all' | 'email' | 'server_chan'
|
||||
async testImportantNotification(options: 'all' | 'email' | 'server_chan' | 'bark' | {
|
||||
channel?: 'all' | 'email' | 'server_chan' | 'bark'
|
||||
item_key?: string
|
||||
} = 'all'): Promise<{
|
||||
success: boolean
|
||||
|
||||
Reference in New Issue
Block a user