Skip to content

Commit

Permalink
fix notification spacing --autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyNada committed May 3, 2017
1 parent e3de7fc commit 5902625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Filter.swift
Expand Up @@ -442,7 +442,7 @@ class Filter {
newTitle = newTitle.replacingOccurrences(of: "]", with: "\\]")

let message = "[ [\(botName)](\(stackAppsLink)) ] " +
"[tag:\(tags(for: post).first ?? "tagless")] \(header) [\(newTitle)](//stackoverflow.com/q/\(id)) (filter score: \(difference))" +
"[tag:\(tags(for: post).first ?? "tagless")] \(header) [\(newTitle)](//stackoverflow.com/q/\(id)) (filter score: \(difference)) " +
room.notificationString(tags: tags(for: post), reason: reason)

room.postMessage(message)
Expand Down

0 comments on commit 5902625

Please sign in to comment.