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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user