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
For future reference, chat_postMessage would restrict the respective judges to ask for their summary tables in direct messages only, while chat_postEphemeral would restrict too much interaction between the judge and the summary table message since there is no message persistence.
The text was updated successfully, but these errors were encountered:
Might want to reconsider between
chat_postMessage
andchat_postEphemeral
(with each of their own pros and cons) for the summary table:wthslack/app/handlers/viewing/summary.py
Lines 91 to 94 in 453188d
For future reference,
chat_postMessage
would restrict the respective judges to ask for their summary tables in direct messages only, whilechat_postEphemeral
would restrict too much interaction between the judge and the summary table message since there is no message persistence.The text was updated successfully, but these errors were encountered: