fix editing notes
This commit is contained in:
parent
14e21d00b9
commit
80fdb595a6
|
@ -514,6 +514,7 @@ export class NoteEditService implements OnApplicationShutdown {
|
||||||
renoteUserId: data.renote ? data.renote.userId : null,
|
renoteUserId: data.renote ? data.renote.userId : null,
|
||||||
renoteUserHost: data.renote ? data.renote.userHost : null,
|
renoteUserHost: data.renote ? data.renote.userHost : null,
|
||||||
userHost: user.host,
|
userHost: user.host,
|
||||||
|
reactionAndUserPairCache: oldnote.reactionAndUserPairCache,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (data.uri != null) note.uri = data.uri;
|
if (data.uri != null) note.uri = data.uri;
|
||||||
|
|
Loading…
Reference in New Issue