spelling: activity
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1ac0b8762e
commit
07862b8a88
|
@ -353,7 +353,7 @@ Salmon Magic Envelope
|
||||||
Atom Activity Stream Draft
|
Atom Activity Stream Draft
|
||||||
http://activitystrea.ms/specs/atom/1.0/
|
http://activitystrea.ms/specs/atom/1.0/
|
||||||
|
|
||||||
Activty Stream Base Schema
|
Activity Stream Base Schema
|
||||||
http://activitystrea.ms/head/activity-schema.html
|
http://activitystrea.ms/head/activity-schema.html
|
||||||
|
|
||||||
WebFinger Protocol
|
WebFinger Protocol
|
||||||
|
|
|
@ -67,7 +67,7 @@ class Nodeinfo
|
||||||
DI::keyValue()->set('nodeinfo_local_posts', $posts);
|
DI::keyValue()->set('nodeinfo_local_posts', $posts);
|
||||||
DI::keyValue()->set('nodeinfo_local_comments', $comments);
|
DI::keyValue()->set('nodeinfo_local_comments', $comments);
|
||||||
|
|
||||||
$logger->info('User actitivy', ['posts' => $posts, 'comments' => $comments]);
|
$logger->info('User activity', ['posts' => $posts, 'comments' => $comments]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -684,7 +684,7 @@ class User
|
||||||
|
|
||||||
if ($user['last-activity'] != $current_day) {
|
if ($user['last-activity'] != $current_day) {
|
||||||
User::update(['last-activity' => $current_day], $uid);
|
User::update(['last-activity' => $current_day], $uid);
|
||||||
// Set the last actitivy for all identities of the user
|
// Set the last activity for all identities of the user
|
||||||
DBA::update('user', ['last-activity' => $current_day], ['parent-uid' => $uid, 'account_removed' => false]);
|
DBA::update('user', ['last-activity' => $current_day], ['parent-uid' => $uid, 'account_removed' => false]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
aside, header, #nav-search-box, #nav-admin-link, #nav-messages-linkmenu, #activitiy-by-date-tab, #shared-links-tab, #nav-logout-link,
|
aside, header, #nav-search-box, #nav-admin-link, #nav-messages-linkmenu, #activity-by-date-tab, #shared-links-tab, #nav-logout-link,
|
||||||
.wall-item-location {
|
.wall-item-location {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user