mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat: use redis cache for non-id message lookups
This commit is contained in:
parent
bf7747ab34
commit
e9673a6704
9 changed files with 75 additions and 29 deletions
|
|
@ -333,4 +333,8 @@ GET `/messages/{message}`
|
|||
|
||||
Message can be the ID of a proxied message, or the ID of the message that sent the proxy.
|
||||
|
||||
::: warning
|
||||
Looking up messages by the original message ID only works **up to 30 minutes** after the message was sent.
|
||||
:::
|
||||
|
||||
Returns a [message object](/api/models#message-object).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue