Atom Activity Stream Draft
http://activitystrea.ms/specs/atom/1.0/
-Activty Stream Base Schema
+Activity Stream Base Schema
http://activitystrea.ms/head/activity-schema.html
WebFinger Protocol
DI::keyValue()->set('nodeinfo_local_posts', $posts);
DI::keyValue()->set('nodeinfo_local_comments', $comments);
- $logger->info('User actitivy', ['posts' => $posts, 'comments' => $comments]);
+ $logger->info('User activity', ['posts' => $posts, 'comments' => $comments]);
}
/**
if ($user['last-activity'] != $current_day) {
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]);
}
}
-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 {
display: none;
}