Skip to content

Commit

Permalink
fix timeout length
Browse files Browse the repository at this point in the history
  • Loading branch information
shoreward committed Sep 11, 2020
1 parent 326786a commit 3200de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_call_buzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func ServerCallBuzz(teamShort TeamShort, chatShort ChatShort, actorShort Contact
resp.Params.ActorShort = actorShort
resp.Params.Uid = uid
resp.Params.Jid = chatShort.Jid
resp.Params.BuzzTimeout = int(timeout)
resp.Params.BuzzTimeout = int(timeout.Seconds())

resp.Params.Icons = chatShort.Icons

Expand Down

0 comments on commit 3200de9

Please sign in to comment.