Account lookup: fetch relationship

chats-fixes
Alex Gleason 2022-06-09 14:59:27 -05:00
rodzic e4d34f6d69
commit f5024d6c8e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -176,6 +176,7 @@ export function fetchAccountByUsername(username, history) {
});
} else if (features.accountLookup) {
return dispatch(accountLookup(username)).then(account => {
dispatch(fetchRelationships([account.id]));
dispatch(fetchAccountSuccess(account));
}).catch(error => {
dispatch(fetchAccountFail(null, error));