[backend/core] Remove TODO item
This isn't possible, as we don't know the remote actor before fetching the note
This commit is contained in:
parent
c083305123
commit
e9267c4c3e
1 changed files with 0 additions and 1 deletions
|
@ -602,7 +602,6 @@ public class NoteService(
|
||||||
|
|
||||||
if (note != null) return note;
|
if (note != null) return note;
|
||||||
|
|
||||||
//TODO: should we fall back to a regular user's keypair if fetching with instance actor fails & a local user is following the actor?
|
|
||||||
fetchedNote ??= user != null ? await fetchSvc.FetchNoteAsync(uri, user) : await fetchSvc.FetchNoteAsync(uri);
|
fetchedNote ??= user != null ? await fetchSvc.FetchNoteAsync(uri, user) : await fetchSvc.FetchNoteAsync(uri);
|
||||||
|
|
||||||
if (fetchedNote == null)
|
if (fetchedNote == null)
|
||||||
|
|
Loading…
Add table
Reference in a new issue