Skip to content

Commit

Permalink
Remove mention of old removed feature
Browse files Browse the repository at this point in the history
Messenger.com no longer directly sends pasted attachments.
  • Loading branch information
sindresorhus committed Oct 22, 2019
1 parent 533d171 commit 101bf33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ Desktop notifications can be turned on in `Preferences`.

You can toggle whether Caprine stays on top of other windows in the `Window`/`View` menu or with <kbd>Command/Control</kbd> <kbd>Shift</kbd> <kbd>t</kbd>.

### Image paste confirmation

Confirmation before sending images from the clipboard, to prevent accidental copy-pastes.

### Work Chat support

Support for Work Chat: Messenger for [Workplace](https://www.facebook.com/workplace). You can switch to it in the `Caprine`/`File` menu.
Expand Down
5 changes: 0 additions & 5 deletions source/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ type StoreType = {
deliveryReceipt: boolean;
};
emojiStyle: 'native' | 'facebook-3-0' | 'messenger-1-0' | 'facebook-2-2';
confirmImagePaste: boolean;
useWorkChat: boolean;
sidebarHidden: boolean;
autoHideMenuBar: boolean;
Expand Down Expand Up @@ -150,10 +149,6 @@ const schema: {[Key in keyof StoreType]: Store.Schema} = {
enum: ['native', 'facebook-3-0', 'messenger-1-0', 'facebook-2-2'],
default: 'facebook-3-0'
},
confirmImagePaste: {
type: 'boolean',
default: true
},
useWorkChat: {
type: 'boolean',
default: false
Expand Down

0 comments on commit 101bf33

Please sign in to comment.