diff options
-rw-r--r-- | actions/showstream.php | 2 | ||||
-rw-r--r-- | doc/TODO | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 209e7ccda..42f1f04cd 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -82,6 +82,8 @@ class ShowstreamAction extends StreamAction { $this->show_last_notice($profile); + $cur = common_current_user(); + if ($cur && $cur->id != $profile->id) { if ($cur->isSubscribed($profile)) { $this->show_unsubscribe_form($profile); @@ -43,9 +43,9 @@ + validate newnotice form results + remove validation code from classes + use only canonical usernames -- RSS 1.0 feeds of a user's notices ++ RSS 1.0 feeds of a user's notices - RSS 1.0 feeds of a user's notices + friends -- RSS 1.0 dump of a user's notices ++ RSS 1.0 dump of a user's notices - RSS 1.0 feed of all public notices - RDF dump of entire site - FOAF dump for user |