fix: issues
This commit is contained in:
@@ -132,7 +132,7 @@ func (c *DBChannel) SaveMessage(ctx context.Context, msg *ChannelMessage) error
|
||||
}
|
||||
return nil
|
||||
}
|
||||
if msg.GroupID > 0 {
|
||||
if msg.GroupID == 0 {
|
||||
if err := createNew(); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user