<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,9 @@
 		&lt;% if follow_from_list.followed_by?(current_user) %&gt;
 			&lt;%= &quot;&amp;#187; &quot; + link_to_remote( t(&quot;ui.unfollow&quot;), :url =&gt; unfollow_from_list_conversation_path(follow_from_list) ) %&gt;
 		&lt;% else %&gt;
-			&lt;%= &quot;&amp;#187; &quot; + link_to_remote( t(&quot;ui.follow&quot;), :url =&gt; follow_from_list_conversation_path(follow_from_list) ) unless follow_from_list.private? %&gt;
+		  &lt;% if !follow_from_list.private? || follow_from_list.user_id == current_user.id %&gt;
+			  &lt;%= &quot;&amp;#187; &quot; + link_to_remote( t(&quot;ui.follow&quot;), :url =&gt; follow_from_list_conversation_path(follow_from_list) ) %&gt;
+			&lt;% end %&gt;
 		&lt;% end %&gt;
   &lt;/span&gt;
 &lt;% end %&gt;</diff>
      <filename>app/views/conversations/_follow_from_list.html.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8bbe9468ec9bef948f2b2e347c08d6b9e9e691fc</id>
    </parent>
  </parents>
  <author>
    <name>Claudio Perez Gamayo</name>
    <email>crossblaim@gmail.com</email>
  </author>
  <url>http://github.com/crossblaim/echowaves/commit/76dbba88d6b5c123f783f08ee978de66938ec384</url>
  <id>76dbba88d6b5c123f783f08ee978de66938ec384</id>
  <committed-date>2009-07-02T13:33:29-07:00</committed-date>
  <authored-date>2009-07-02T13:33:29-07:00</authored-date>
  <message>The owner of a convo, always can follow the convo, so show the &quot;follow&quot; links</message>
  <tree>25c7dc8daa45ed48ec8c61674361b5245d484396</tree>
  <committer>
    <name>Claudio Perez Gamayo</name>
    <email>crossblaim@gmail.com</email>
  </committer>
</commit>
