mirror of
https://github.com/friendica/friendica
synced 2025-01-09 04:04:43 +00:00
DID has to be fetched all the time
This commit is contained in:
parent
f9f24b3881
commit
494bc8b8f1
1 changed files with 0 additions and 4 deletions
|
@ -286,10 +286,6 @@ final class ATProtocol
|
||||||
*/
|
*/
|
||||||
public function getUserDid(int $uid, bool $refresh = false): ?string
|
public function getUserDid(int $uid, bool $refresh = false): ?string
|
||||||
{
|
{
|
||||||
if (!$this->pConfig->get($uid, 'bluesky', 'post')) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!$refresh) {
|
if (!$refresh) {
|
||||||
$did = $this->pConfig->get($uid, 'bluesky', 'did');
|
$did = $this->pConfig->get($uid, 'bluesky', 'did');
|
||||||
if (!empty($did)) {
|
if (!empty($did)) {
|
||||||
|
|
Loading…
Reference in a new issue