mirror of
https://github.com/flarum/framework.git
synced 2025-06-23 11:01:24 +08: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