Skip to content

Commit

Permalink
Removed email from feed.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkie committed Apr 18, 2011
1 parent 5001120 commit 63dd5a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions models/feed.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,8 @@ def atom(base_uri)

# Create the OStatus::Author object
os_auth = OStatus::Author.new(:name => author.username,
:email => author.email,
:uri => author.website,
:portable_contacts => poco)
:uri => author.website,
:portable_contacts => poco)

# Gather entries as OStatus::Entry objects
entries = updates.to_a.sort{|a, b| b.created_at <=> a.created_at}.map do |update|
Expand Down

0 comments on commit 63dd5a8

Please sign in to comment.