Skip to content

Commit

Permalink
ZCS-16440 Zulip: Emojis support on 1:1 chat
Browse files Browse the repository at this point in the history
  • Loading branch information
miteshsavani810 committed Jan 24, 2025
1 parent 46fb430 commit 4cb240a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-shims.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ mockery.registerMock('@zimbra-client/components', {
ResponsiveModal: 1,
NestedActionMenuItem: 1,
PdfjsViewer: 1,
Picker: 1,
FolderListLight: 1,
GenericMobileUIToolbar: 1,
GenericMobileUISidebar: 1,
Expand Down
1 change: 1 addition & 0 deletions src/shims/@zimbra-client/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const AttachmentItem = wrap('AttachmentItem');
export const ResponsiveModal = wrap('ResponsiveModal');
export const NestedActionMenuItem = wrap('NestedActionMenuItem');
export const PdfjsViewer = wrap('PdfjsViewer');
export const Picker = wrap('Picker');
export const FolderListLight = wrap('FolderListLight');
export const GenericMobileUIToolbar = wrap('GenericMobileUIToolbar');
export const GenericMobileUISidebar = wrap('GenericMobileUISidebar');
Expand Down

0 comments on commit 4cb240a

Please sign in to comment.