Skip to content

Commit

Permalink
feat: Collapse option should not be applicable to activity notes - ME…
Browse files Browse the repository at this point in the history
…ED-4539 - Meeds-io/MIPs#124 (#965)

This PR allows to add a new option the the notes activity type extension to check if it is collapsed or not.
  • Loading branch information
SaraBoutej committed May 21, 2024
1 parent ba39f09 commit e727632
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ extensionRegistry.registerExtension('activity', 'type', {
canEdit: () => false,
supportsThumbnail: true,
useSameViewForMobile: true,
isCollapsed: false,
thumbnailProperties: {
height: '90px',
width: '90px',
Expand Down

0 comments on commit e727632

Please sign in to comment.