You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.
When a message contains permalink to the chat/room or message that contains the original message itself, as_quote_it plugin requests the chat/room or message page to expand permalink. The request cause request loop between AsakusaSatellite and QuoteIt and then the requests will be timed out.
steps to reproduce:
post message like http://(AsakusaSatellite_Root_URL)/chat/room/(room_id) . (room_id) is room_id of the messages' target room
call /api/v1/message/list or load /message?id=(message_id)
note:
Since messages in /chat/room/(room_id) are cached, /chat/room does not timed out in most cases.
The text was updated successfully, but these errors were encountered:
When a message contains permalink to the chat/room or message that contains the original message itself, as_quote_it plugin requests the chat/room or message page to expand permalink. The request cause request loop between AsakusaSatellite and QuoteIt and then the requests will be timed out.
steps to reproduce:
note:
Since messages in /chat/room/(room_id) are cached, /chat/room does not timed out in most cases.
The text was updated successfully, but these errors were encountered: