feat: removed named comments in favour of git blame

pull/2789/head
William Grant 2 years ago
parent 5f8cb35f8a
commit ede5fd8558

@ -86,7 +86,7 @@ type Props = {
onEmojiClicked: (emoji: FixedBaseEmoji) => void;
show: boolean;
isModal?: boolean;
// NOTE Currently this doesn't work but we have a PR waiting to be merged to resolve this. William Grant 30/09/2022
// NOTE Currently this doesn't work but we have a PR waiting to be merged to resolve this
onKeyDown?: (event: any) => void;
};

@ -119,7 +119,6 @@ export interface MessageAttributes {
/**
* This is used when a user has performed an interaction (hiding, leaving, etc.) on a conversation. At the moment, this is only used for showing interaction errors.
* Will 14/06/2023
*/
interactionNotification?: InteractionNotificationType;
}

Loading…
Cancel
Save