Skip to content
Snippets Groups Projects
Verified Commit 846f2d38 authored by Mar0xy's avatar Mar0xy
Browse files

upd: megalodon changes

parent c85857f2
No related branches found
No related tags found
No related merge requests found
......@@ -252,7 +252,7 @@ namespace MisskeyAPI {
return {
id: n.id,
uri: n.uri ? n.uri : host ? `https://${host}/notes/${n.id}` : '',
url: n.uri ? n.uri : host ? `https://${host}/notes/${n.id}` : '',
url: n.url ? n.url : host ? `https://${host}/notes/${n.id}` : '',
account: user(n.user, host ? host : null),
in_reply_to_id: n.replyId,
in_reply_to_account_id: null,
......
......@@ -23,6 +23,7 @@ namespace MisskeyEntity {
replyId: string | null
renoteId: string | null
uri?: string
url?: string
reply?: Note
renote?: Note
viaMobile?: boolean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment