Skip to content

Commit

Permalink
set version in app summary
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Aug 29, 2023
1 parent 7502bf3 commit 4071c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func sendApp(rpc *deltachat.Rpc, accId deltachat.AccountId, chatId deltachat.Cha
}
metadata := cfg.GetMetadata()
if metadata.Data != nil {
err := xdcrpc.SendPayload(rpc, accId, msgId, &xdcrpc.Response{Result: metadata})
err := xdcrpc.SendUpdate(rpc, accId, msgId, xdcrpc.StatusUpdate[*xdcrpc.Response]{Payload: &xdcrpc.Response{Result: metadata}, Summary: xdcVersion}, "")
if err != nil {
logger.Error(err)
}
Expand Down

0 comments on commit 4071c20

Please sign in to comment.