mirror of
https://github.com/twisterarmy/cloud-server.git
synced 2025-09-11 05:12:25 +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)) {
|
if ($_twister->importWallet($userName, $userPrivateKey)) {
|
||||||
|
|
||||||
|
// Follow self feed
|
||||||
|
$_twister->follow($userName, [$userName]);
|
||||||
|
|
||||||
// @TODO: add login time
|
// @TODO: add login time
|
||||||
|
|
||||||
// Auth
|
// Auth
|
||||||
|
Loading…
x
Reference in New Issue
Block a user