* Change the functions that are used only by `notification.go` from public to private * Split getExplicitMentions() into smaller functions. - addMentionedUsers - checkForMention - isKeywordMultibyte - processText along with their tests. * Merge with master Fix wording on isKeywordMultibyte() function comment