Skip to content

Transition to MastoAPI: work-around for missing is_local

HJ requested to merge mastoapi/is-local-post into develop

Since MastoAPI does not provide is_local we try to emulate it by checking if post URL starts with either current window location or reported server domain. Should be enough.

Merge request reports