mirror of
https://github.com/twisterarmy/cloud-server.git
synced 2025-03-12 21:41:09 +00:00
self follow on login
This commit is contained in:
parent
22fe7b3610
commit
c43329c48a
@ -65,6 +65,9 @@ if (isset($_POST) && $_POST) {
|
||||
|
||||
if ($_twister->importWallet($userName, $userPrivateKey)) {
|
||||
|
||||
// Follow self feed
|
||||
$_twister->follow($userName, [$userName]);
|
||||
|
||||
// @TODO: add login time
|
||||
|
||||
// Auth
|
||||
|
Loading…
x
Reference in New Issue
Block a user