File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ const action = async (ctx, next) => {
7070 let lastMsg ;
7171 if ( resp . text . trim ( ) ) {
7272 lastMsg = await ok ( { processing : false } ) ;
73+ lastMsg = lastMsg [ lastMsg . length - 1 ] ;
7374 } else {
7475 await ctx . deleteMessage ( ctx . _ . done [ 0 ] . message_id ) ;
7576 }
@@ -82,6 +83,7 @@ const action = async (ctx, next) => {
8283 // 2: adding ctx.append feature
8384 // 3: Consider the layout for small screens, such as the footer and other elements.
8485 // 4: using webjam config instead of hardcoding the url
86+ // 5: Add the following links only when web functionality is enabled.
8587 await ctx . edit ( lastMsg . message_id ,
8688 lastMsg . raw
8789 + `\n\n\-\-\-\n\n✨ [View in well-formatted page](https://hal.leaskh.com/turns/${ ctx . _ . token } ).`
You can’t perform that action at this time.
0 commit comments