X-Git-Url: https://git.cweiske.de/anoweco.git/blobdiff_plain/7adc639d4044a106c57c7a21326a81024cc8106f..43f8f35bc5bdeec439329b14a30707f925c491ed:/src/anoweco/Urls.php diff --git a/src/anoweco/Urls.php b/src/anoweco/Urls.php index 5096d31..3f0f6ca 100644 --- a/src/anoweco/Urls.php +++ b/src/anoweco/Urls.php @@ -44,5 +44,17 @@ class Urls } return intval($userId); } + + public static function reply($url) + { + return 'https://quill.p3k.io/' + . '?' . http_build_query( + [ + 'dontask' => 1, + 'me' => Urls::full('/'), + 'reply' => $url, + ] + ); + } } ?>