Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename subscribeStreamTemporary to subscribeStreamChangesSince
Summary: # Context SubscribeStreamTemporary is a function that allows users to recieve notifications whenever there is a change to the edenFS journal. Despite intended to be a temporary function, it's been named as such for about 6 years. # This Diff Creates a new function subscribeStreamChangesSince. Move the logic of subscribeStreamTemporary to this new function and have subscribeStreamTemporary call it. Reviewed By: jdelliot Differential Revision: D68220555 fbshipit-source-id: de630f60dd66fba77ba3935ca27d95e994acbc7c
- Loading branch information