enable migration#9 for new friends

This commit is contained in:
ansuz
2019-06-20 12:00:50 +02:00
parent 448c5a9ed4
commit c199a9a3e7

View File

@@ -191,9 +191,6 @@ define([
userObject.version = version = 8; userObject.version = version = 8;
} }
}).nThen(function () { }).nThen(function () {
if (!AppConfig.migrateFriends) { return; } // XXX
// Migration 9: send our mailbox channel to existing friends // Migration 9: send our mailbox channel to existing friends
var migrateFriends = function () { var migrateFriends = function () {
var network = store.network; var network = store.network;