steamutils 1.1.68 → 1.1.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SteamClient.js +1 -1
- package/package.json +1 -1
package/SteamClient.js
CHANGED
|
@@ -909,7 +909,7 @@ function SteamClient({
|
|
|
909
909
|
});
|
|
910
910
|
|
|
911
911
|
steamClient.on('offlineMessages', async function (count , friends) {
|
|
912
|
-
callEvent(events.offlineMessages, {count , steamIdList})
|
|
912
|
+
callEvent(events.offlineMessages, {count , steamIdList: friends})
|
|
913
913
|
});
|
|
914
914
|
}
|
|
915
915
|
|