chore: lint
This commit is contained in:
parent
bc5bc64d55
commit
5f9f6e4e0e
1 changed files with 0 additions and 1 deletions
|
@ -625,7 +625,6 @@ export class NoteEditService implements OnApplicationShutdown {
|
||||||
if (this.userEntityService.isLocalUser(user)) {
|
if (this.userEntityService.isLocalUser(user)) {
|
||||||
(async () => {
|
(async () => {
|
||||||
const noteActivity = await this.renderNoteOrRenoteActivity(data, note);
|
const noteActivity = await this.renderNoteOrRenoteActivity(data, note);
|
||||||
(note as any).updated
|
|
||||||
const dm = this.apDeliverManagerService.createDeliverManager(user, noteActivity);
|
const dm = this.apDeliverManagerService.createDeliverManager(user, noteActivity);
|
||||||
|
|
||||||
// メンションされたリモートユーザーに配送
|
// メンションされたリモートユーザーに配送
|
||||||
|
|
Loading…
Reference in a new issue