mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 20:56:06 +02:00
@@ -280,7 +280,8 @@ export async function createNote(value: string | IObject, resolver?: Resolver, s
|
||||
apHashtags,
|
||||
apEmojis,
|
||||
poll,
|
||||
uri: note.id
|
||||
uri: note.id,
|
||||
url: note.url,
|
||||
}, silent);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user