steamutils 1.1.68 → 1.1.69
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
|