v0.0.618 remove deprecated param 'user_id' from scn.send()
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m46s
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m46s
This commit is contained in:
@@ -88,7 +88,6 @@ func (c *MessageBuilder) Send(ctx context.Context) (MessageResponse, error) {
|
||||
|
||||
body := langext.H{}
|
||||
|
||||
body["user_id"] = c.conn.uid
|
||||
body["key"] = c.conn.token
|
||||
|
||||
if c.channel != nil {
|
||||
|
||||
Reference in New Issue
Block a user