I am using the high-level stream-rails ROR client for Stream to create a notifications section on my web app, specifically for friend requests.
I understand that when an AR model instance of something like a FriendRequest model is created, it is stored in the feed as an activity. However, I would also like an activity to be added to the feed when that FriendRequest instance is modified (ex. updating an attribute). Is there a way to do this?