Browse Source

self follow on login

main
ghost 3 years ago
parent
commit
c43329c48a
  1. 3
      src/application/controller/login.php

3
src/application/controller/login.php

@ -65,6 +65,9 @@ if (isset($_POST) && $_POST) { @@ -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…
Cancel
Save