DID has to be fetched all the time

This commit is contained in:
Michael 2024-12-28 20:40:53 +00:00
parent f9f24b3881
commit 494bc8b8f1

View file

@ -286,10 +286,6 @@ final class ATProtocol
*/
public function getUserDid(int $uid, bool $refresh = false): ?string
{
if (!$this->pConfig->get($uid, 'bluesky', 'post')) {
return null;
}
if (!$refresh) {
$did = $this->pConfig->get($uid, 'bluesky', 'did');
if (!empty($did)) {