Contacts in documents tab of Media Gallery

This commit is contained in:
Fedor Indutny
2026-01-06 19:58:57 +01:00
committed by GitHub
parent 413ec4b7ac
commit e7b111e107
21 changed files with 482 additions and 75 deletions

View File

@@ -181,6 +181,7 @@ describe('Contact', () => {
avatar: fakeAttachment({
pending: true,
path: undefined,
url: undefined,
contentType: IMAGE_GIF,
}),
},
@@ -224,7 +225,8 @@ describe('Contact', () => {
avatar: {
isProfile: true,
avatar: fakeAttachment({
path: 'attachment://v1/somewhere?size=10304&contentType=image%2Fgif',
path: 'somewhere',
url: 'attachment://v1/somewhere?size=10304&contentType=image%2Fgif',
contentType: IMAGE_GIF,
}),
},