copy upstream NoteCreateService changes to NoteEditService
This commit is contained in:
@@ -524,6 +524,7 @@ export class NoteEditService implements OnApplicationShutdown {
|
|||||||
noteVisibility: note.visibility,
|
noteVisibility: note.visibility,
|
||||||
userId: user.id,
|
userId: user.id,
|
||||||
userHost: user.host,
|
userHost: user.host,
|
||||||
|
channelId: data.channelId,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!oldnote.hasPoll) {
|
if (!oldnote.hasPoll) {
|
||||||
|
|||||||
Reference in New Issue
Block a user