itizawa 4 lat temu
rodzic
commit
0cfd775d34
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/server/service/slackbot.js

+ 1 - 1
src/server/service/slackbot.js

@@ -321,7 +321,7 @@ class SlackBotService extends S2sMessageHandlable {
       await client.chat.postEphemeral({
       await client.chat.postEphemeral({
         channel: channelId,
         channel: channelId,
         user: payload.user.id,
         user: payload.user.id,
-        text: `The page <${decodeURI(growiUri + path)} | ${decodeURI(`${growiUri}/${page._id}`)}> has been created.`,
+        text: `The page <${decodeURI(`${growiUri}/${page._id} | ${decodeURI(growiUri + path)}`)}> has been created.`,
       });
       });
     }
     }
     catch (err) {
     catch (err) {