You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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]
end
The text was updated successfully, but these errors were encountered: