mirror of
https://github.com/mjl-/mox.git
synced 2025-07-16 07:14:40 +03:00
on admin index page, show number of messages in queue next to link to the queue list
This commit is contained in:
@ -552,6 +552,19 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "QueueSize",
|
||||
"Docs": "QueueSize returns the number of messages currently in the outgoing queue.",
|
||||
"Params": [],
|
||||
"Returns": [
|
||||
{
|
||||
"Name": "r0",
|
||||
"Typewords": [
|
||||
"int32"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "QueueKick",
|
||||
"Docs": "QueueKick initiates delivery of a message from the queue.",
|
||||
|
Reference in New Issue
Block a user