fix: sync WebA labels and forward fixes
This commit is contained in:
parent
7bb7e11603
commit
4d3bbeabd8
11 changed files with 422 additions and 10 deletions
|
|
@ -201,6 +201,9 @@ func (r *Router) messageReplyFromInput(ctx context.Context, userID int64, peer d
|
|||
return nil, inputConstructorInvalidErr()
|
||||
}
|
||||
}
|
||||
if reply.Zero() {
|
||||
return nil, nil
|
||||
}
|
||||
if _, ok := reply.GetMonoforumPeerID(); ok {
|
||||
return nil, replyToMonoforumPeerInvalidErr()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue