mirror of
https://github.com/friendica/friendica
synced 2025-05-12 07:04:09 +02:00
Welcome version 2025.02-dev!
# Conflicts: # CHANGELOG # VERSION # database.sql # src/App.php # view/lang/C/messages.po
This commit is contained in:
commit
8b47378720
52 changed files with 18753 additions and 18556 deletions
|
@ -291,10 +291,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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue