WIP - Start work on unfollowing automatically
This commit is contained in:
parent
1728551282
commit
c550fc3f01
2 changed files with 20 additions and 0 deletions
|
@ -158,6 +158,10 @@ impl FollowableItem for Editor {
|
|||
}
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn should_unfollow_on_event(event: &Self::Event, cx: &AppContext) -> bool {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
fn serialize_selection(selection: &Selection<Anchor>) -> proto::Selection {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue