Show error when editing messages after max edits
This commit is contained in:
parent
6d66bf1600
commit
bb8e7af905
6 changed files with 49 additions and 8 deletions
|
@ -1215,6 +1215,7 @@ export const getConversationTitle = createSelector(
|
|||
getConversationTitleForPanelType(i18n, panel?.type)
|
||||
);
|
||||
|
||||
// Note that this doesn't take into account max edit count. See canEditMessage.
|
||||
export const getLastEditableMessageId = createSelector(
|
||||
getConversationMessages,
|
||||
getMessages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue