Refactored generation of unique tags, URIs and object URLs into own classes,
as well as formatting of content
This commit is contained in:
@ -21,7 +21,7 @@ class Feed
|
||||
private
|
||||
|
||||
def key
|
||||
FeedManager.key(@type, @account.id)
|
||||
FeedManager.instance.key(@type, @account.id)
|
||||
end
|
||||
|
||||
def redis
|
||||
|
Reference in New Issue
Block a user