Drop accidental eslint dependency (#11460)

This commit is contained in:
Samuel Newman
2026-08-14 10:21:52 +03:00
committed by GitHub
parent afb3cdc26f
commit 70195d7059
62 changed files with 197 additions and 483 deletions
+3 -14
View File
@@ -276,12 +276,7 @@ export type Events = {
}
'composer:open': {
logContext:
| 'Fab'
| 'PostReply'
| 'QuotePost'
| 'ProfileFeed'
| 'Deeplink'
| 'Other'
'Fab' | 'PostReply' | 'QuotePost' | 'ProfileFeed' | 'Deeplink' | 'Other'
isReply: boolean
hasQuote: boolean
hasDraft: boolean
@@ -596,10 +591,7 @@ export type Events = {
}
'chat:create': {
logContext:
| 'ProfileHeader'
| 'NewChatDialog'
| 'SendViaChatDialog'
| 'ConvoSettings'
'ProfileHeader' | 'NewChatDialog' | 'SendViaChatDialog' | 'ConvoSettings'
}
'chat:open': {
logContext:
@@ -1340,10 +1332,7 @@ export type Events = {
// invite friends dialog opened, with the surface that triggered it
'invite:dialog:open': {
logContext:
| 'ProfileHeader'
| 'Drawer'
| 'FindContactsSettings'
| 'NuxAnnouncement'
'ProfileHeader' | 'Drawer' | 'FindContactsSettings' | 'NuxAnnouncement'
}
// user copied the invite link to clipboard
'invite:action:copy': {}