chore(fix): lint

This commit is contained in:
Acbox
2026-03-15 00:58:38 +08:00
parent ac8a935545
commit 020c74c2bc
5 changed files with 1 additions and 8 deletions
-4
View File
@@ -403,10 +403,6 @@ func extractThreadID(msg channel.InboundMessage) string {
return ""
}
func isGroupConversationType(conversationType string) bool {
return channel.NormalizeConversationType(conversationType) != channel.ConversationTypePrivate
}
func (r *IdentityResolver) tryLinkConfiglessChannelIdentityToUser(ctx context.Context, msg channel.InboundMessage, channelIdentityID string) string {
if r.registry == nil || !r.registry.IsConfigless(msg.Channel) {
return ""