Drop accidental eslint dependency (#11460)
This commit is contained in:
@@ -40,8 +40,7 @@ import * as bsky from '#/types/bsky'
|
||||
* embed: either a quoted post or a group chat invite link.
|
||||
*/
|
||||
export type MessageEmbedState =
|
||||
| {type: 'post'; uri: string}
|
||||
| {type: 'invite'; code: string}
|
||||
{type: 'post'; uri: string} | {type: 'invite'; code: string}
|
||||
|
||||
export function useMessageEmbed() {
|
||||
const route =
|
||||
|
||||
@@ -16,9 +16,7 @@ export type SystemMessageDateDividerItem = {
|
||||
}
|
||||
|
||||
export type RenderItem =
|
||||
| ConvoItem
|
||||
| SystemMessageGroupItem
|
||||
| SystemMessageDateDividerItem
|
||||
ConvoItem | SystemMessageGroupItem | SystemMessageDateDividerItem
|
||||
|
||||
function getSentAt(item: ConvoItem): string | null {
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user