Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
74f218cd6b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/server/service/slackbot.js

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

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