mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-11 16:18:15 -05:00
DG MS; ajax in the soup
This commit is contained in:
@@ -844,7 +844,7 @@ en:
|
||||
title: "Public Activity"
|
||||
contacts_title: "Recent Posters"
|
||||
soup:
|
||||
titile: "The Soup"
|
||||
title: "The Soup"
|
||||
contacts_title: "People in your Soup"
|
||||
|
||||
users:
|
||||
|
||||
@@ -17,6 +17,10 @@ class Stream::Soup < Stream::Base
|
||||
Post.where(:id => post_ids).for_a_stream(max_time, order)
|
||||
end
|
||||
|
||||
def ajax_stream?
|
||||
true
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def aspect_posts_ids
|
||||
|
||||
Reference in New Issue
Block a user