Skip to content

Commit

Permalink
Frozen @ Sat Jul 27 05:07:43 EDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Leask committed Jul 27, 2024
1 parent d2ba7d7 commit ad5e1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skills/-8845_thread.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const action = async (ctx, next) => {
});
const sendList = async (names, lastMsgId) => {
lastMsgId = lastMsgId || ctx.update?.callback_query?.message?.message_id;
const message = `{THREAD} Thread${ctx.session.sessions.length > 0 ? 's' : ''}:`;
const message = `${THREAD} Thread${ctx.session.sessions.length > 0 ? 's' : ''}:`;
const buttons = ctx.session.sessions.map((x, i) => {
names?.[x.id]
&& (ctx.session.sessions[i].label = names[x.id])
Expand Down

0 comments on commit ad5e1c1

Please sign in to comment.