Skip to content

Commit

Permalink
fix: collab origin for observer notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
richardshiue committed Nov 7, 2024
1 parent 0925271 commit 25fc812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collab-database/src/database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1723,7 +1723,7 @@ impl DatabaseBody {

let fields = FieldMap::new(fields, notifier.as_ref().map(|n| n.field_change_tx.clone()));
let views = DatabaseViews::new(
CollabOrigin::Empty,
collab.origin().clone(),
views,
notifier.as_ref().map(|n| n.view_change_tx.clone()),
);
Expand Down

0 comments on commit 25fc812

Please sign in to comment.