Report what Slack actually answers
The lookup swallowed Slack's error and the interface guessed at a cause. It now shows the raw reason, widens the search window to six hours and falls back to matching the message prefix.
This commit is contained in:
+2
-1
@@ -299,7 +299,8 @@
|
||||
"runNotSent": "Bei diesem Lauf ging keine Nachricht raus.",
|
||||
"runNoChannel": "Es ist kein Kanal hinterlegt.",
|
||||
"runNotFound": "Im Kanal war keine passende Nachricht zu finden. Braucht der Bot noch das Recht channels:history?",
|
||||
"channelRequired": "Zum Bot-Token gehört ein Kanal, sonst weiß Logbuch nicht, wohin."
|
||||
"channelRequired": "Zum Bot-Token gehört ein Kanal, sonst weiß Logbuch nicht, wohin.",
|
||||
"slackSaid": "Slack sagt: {detail}"
|
||||
},
|
||||
"errors": {
|
||||
"nameRequired": "Trag einen Namen ein.",
|
||||
|
||||
+2
-1
@@ -299,7 +299,8 @@
|
||||
"runNotSent": "That run sent no message.",
|
||||
"runNoChannel": "No channel is stored.",
|
||||
"runNotFound": "No matching message found in the channel. Does the bot still need channels:history?",
|
||||
"channelRequired": "A bot token needs a channel, otherwise Logbuch has no target."
|
||||
"channelRequired": "A bot token needs a channel, otherwise Logbuch has no target.",
|
||||
"slackSaid": "Slack says: {detail}"
|
||||
},
|
||||
"errors": {
|
||||
"nameRequired": "Enter a name.",
|
||||
|
||||
Reference in New Issue
Block a user