Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple emit_pfeeds statements are not stored #20

Open
ragrawal opened this issue Apr 1, 2012 · 0 comments
Open

Multiple emit_pfeeds statements are not stored #20

ragrawal opened this issue Apr 1, 2012 · 0 comments

Comments

@ragrawal
Copy link

ragrawal commented Apr 1, 2012

Hi,

If I have multiple emit_pfeeds statements as show below, the pfeed will only remember the last item. Is there any alternative to this so that it works as intended.

class User
....
emits_pfeeds :on => :create_account, :for => [:itself]
emits_pfeeds :on => :publish_quest, :for => [:itself, :connections]
emits_pfeeds :on => [:request_life, :embark_quest, :complete_quest, :grant_life, :reject_request_life], :for => [:itself, :participant]

    receives_pfeed

end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant