Changeset 0.32.0 (#206)
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"strings"
|
||||
"unicode"
|
||||
|
||||
"git.gobha.me/xcaliber/chat-switchboard/models"
|
||||
"chat-switchboard/models"
|
||||
)
|
||||
|
||||
// Mention represents a parsed @mention token in message content.
|
||||
|
||||
@@ -3,7 +3,7 @@ package mentions
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"git.gobha.me/xcaliber/chat-switchboard/models"
|
||||
"chat-switchboard/models"
|
||||
)
|
||||
|
||||
func roster() []models.ChannelModel {
|
||||
|
||||
Reference in New Issue
Block a user