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 was archived by the owner on Mar 4, 2026. It is now read-only.
Caused by #1053. No ID gets passed to <MacroSelect> because modmail threads don't have "fullnames," they just have IDs (which can sometimes be prefixed with ModmailConversation_ for disambiguation, but getApiThingInfo doesn't handle that), which means the button has no idea what to render and never does anything.
Caused by #1053. No ID gets passed to
<MacroSelect>because modmail threads don't have "fullnames," they just have IDs (which can sometimes be prefixed withModmailConversation_for disambiguation, butgetApiThingInfodoesn't handle that), which means the button has no idea what to render and never does anything.