Skip to content

Commit a763037

Browse files
committed
store/clientpayload: fix SetWAVersion
1 parent 03911c6 commit a763037

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

store/clientpayload.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ func SetWAVersion(version WAVersionContainer) {
100100
}
101101
waVersion = version
102102
waVersionHash = version.Hash()
103+
BaseClientPayload.UserAgent.AppVersion = waVersion.ProtoAppVersion()
103104
}
104105

105106
var BaseClientPayload = &waWa6.ClientPayload{

0 commit comments

Comments
 (0)