We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd201a4 commit ba14990Copy full SHA for ba14990
internal/pkg/formatter/quotes.go
@@ -13,7 +13,7 @@ const quoteRegexStr = `\bhttps://q\.trap\.jp/messages/([0-9a-f]{8}-[0-9a-f]{4}-[
13
14
var quoteRegex = regexp.MustCompile(quoteRegexStr)
15
16
-var allowingPrefixes = []string{"/event", "/general", "/random", "/services", "/team/SysAd"}
+var allowingPrefixes = []string{"event", "general", "random", "services", "team/SysAd"}
17
18
func isChannelAllowingQuotes(channelID string) (bool, error) {
19
channelPath, err := bot.GetChannelPath(channelID)
0 commit comments