(userID string)
| 26 | ) |
| 27 | |
| 28 | func DeleteUserDisplay(userID string) string { |
| 29 | return utils.EnShortID(StringToInt64(userID), 100) |
| 30 | } |
| 31 | |
| 32 | func GetMentionUsernameList(text string) []string { |
| 33 | re := regexp.MustCompile(`\[@([^\]]+)\]\(/users/[^\)]+\)`) |
no test coverage detected