Oops, this broke everything.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3829 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
6b20d69976
commit
5b3c7dcecc
@ -208,8 +208,7 @@ function ebtReplicateSendClock(request, have) {
|
||||
var ids = followingDeep(g_database, [me], 2).concat([request.connection.id]);
|
||||
if (!Object.keys(last_sent).length) {
|
||||
for (let id of ids) {
|
||||
var sequence = get_latest_sequence_for_author(id);
|
||||
message[id] = sequence ? sequence : -1;
|
||||
message[id] = get_latest_sequence_for_author(id);
|
||||
}
|
||||
}
|
||||
for (let id of Object.keys(have)) {
|
||||
|
Loading…
Reference in New Issue
Block a user