1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 06:57:54 +02:00

New and improved post stream.

This commit is contained in:
Toby Zerner
2015-05-29 18:17:50 +09:30
parent 2741923714
commit cafa6c7b5d
15 changed files with 609 additions and 899 deletions

View File

@@ -41,7 +41,7 @@ export default class Model {
for (var i in data) {
if (i === 'links') {
oldData[i] = oldData[i] || {};
for (var j in newData[i]) {
for (var j in currentData[i]) {
oldData[i][j] = currentData[i][j];
}
} else {