fix editing notes
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user