Browse Source

Scripted auto-commit on change (2020-11-25 11:41:48) by gitwatch.sh

master
jk 4 years ago
parent
commit
e7091cba6a
  1. 14
      content/note/5fbe42fa/index.md

14
content/note/5fbe42fa/index.md

@ -0,0 +1,14 @@
---
date: '2020-11-25 11:41:46'
draft: false
posttype: note
sensitive: 'false'
slug: 5fbe42fa
visibility: public
title: note
---
In order to get non-local replies to work correctly I need to work out how to query my local mastodon\pleroma api to return the local version of the remote reply.
I can see that there is a url value in the local version that links to the remote version but the app replies to the remote version.. but the reverse is not true.. so need additional logic in my syndication code to connect the trail and reply to local rather than remote version (as my site is only authorises to post to my instance)
Will hopefully not take long...