Fix undefined range_requests in messenger

This commit is contained in:
yflory 2019-10-07 14:37:00 +02:00
parent dd2f0bd417
commit 7f3aacefd4
1 changed files with 2 additions and 1 deletions

View File

@ -906,7 +906,8 @@ define([
emit: emit,
friendsClients: [],
channels: {},
validateKeys: {}
validateKeys: {},
range_requests: {}
};