Multiple person typing indicators in groups
This commit is contained in:
parent
17ea2b58de
commit
e4238de4db
15 changed files with 342 additions and 115 deletions
|
@ -1145,7 +1145,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
title: 'No timestamp',
|
||||
unreadCount: 1,
|
||||
isSelected: false,
|
||||
typingContactId: generateUuid(),
|
||||
typingContactIds: [generateUuid()],
|
||||
|
||||
acceptedMessageRequest: true,
|
||||
}),
|
||||
|
@ -1166,7 +1166,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
title: 'B',
|
||||
unreadCount: 1,
|
||||
isSelected: false,
|
||||
typingContactId: generateUuid(),
|
||||
typingContactIds: [generateUuid()],
|
||||
|
||||
acceptedMessageRequest: true,
|
||||
}),
|
||||
|
@ -1187,7 +1187,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
title: 'C',
|
||||
unreadCount: 1,
|
||||
isSelected: false,
|
||||
typingContactId: generateUuid(),
|
||||
typingContactIds: [generateUuid()],
|
||||
|
||||
acceptedMessageRequest: true,
|
||||
}),
|
||||
|
@ -1208,7 +1208,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
title: 'A',
|
||||
unreadCount: 1,
|
||||
isSelected: false,
|
||||
typingContactId: generateUuid(),
|
||||
typingContactIds: [generateUuid()],
|
||||
|
||||
acceptedMessageRequest: true,
|
||||
}),
|
||||
|
@ -1229,7 +1229,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
title: 'First!',
|
||||
unreadCount: 1,
|
||||
isSelected: false,
|
||||
typingContactId: generateUuid(),
|
||||
typingContactIds: [generateUuid()],
|
||||
|
||||
acceptedMessageRequest: true,
|
||||
}),
|
||||
|
@ -1271,7 +1271,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
title: 'Pin Two',
|
||||
unreadCount: 1,
|
||||
isSelected: false,
|
||||
typingContactId: generateUuid(),
|
||||
typingContactIds: [generateUuid()],
|
||||
|
||||
acceptedMessageRequest: true,
|
||||
}),
|
||||
|
@ -1293,7 +1293,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
title: 'Pin Three',
|
||||
unreadCount: 1,
|
||||
isSelected: false,
|
||||
typingContactId: generateUuid(),
|
||||
typingContactIds: [generateUuid()],
|
||||
|
||||
acceptedMessageRequest: true,
|
||||
}),
|
||||
|
@ -1315,7 +1315,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
title: 'Pin One',
|
||||
unreadCount: 1,
|
||||
isSelected: false,
|
||||
typingContactId: generateUuid(),
|
||||
typingContactIds: [generateUuid()],
|
||||
|
||||
acceptedMessageRequest: true,
|
||||
}),
|
||||
|
@ -1354,7 +1354,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
title: 'Pin Two',
|
||||
unreadCount: 1,
|
||||
isSelected: false,
|
||||
typingContactId: generateUuid(),
|
||||
typingContactIds: [generateUuid()],
|
||||
|
||||
acceptedMessageRequest: true,
|
||||
}),
|
||||
|
@ -1375,7 +1375,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
title: 'Pin Three',
|
||||
unreadCount: 1,
|
||||
isSelected: false,
|
||||
typingContactId: generateUuid(),
|
||||
typingContactIds: [generateUuid()],
|
||||
|
||||
acceptedMessageRequest: true,
|
||||
}),
|
||||
|
@ -1396,7 +1396,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
title: 'Pin One',
|
||||
unreadCount: 1,
|
||||
isSelected: false,
|
||||
typingContactId: generateUuid(),
|
||||
typingContactIds: [generateUuid()],
|
||||
|
||||
acceptedMessageRequest: true,
|
||||
}),
|
||||
|
@ -1418,7 +1418,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
title: 'Pin One',
|
||||
unreadCount: 1,
|
||||
isSelected: false,
|
||||
typingContactId: generateUuid(),
|
||||
typingContactIds: [generateUuid()],
|
||||
|
||||
acceptedMessageRequest: true,
|
||||
}),
|
||||
|
@ -1439,7 +1439,7 @@ describe('both/state/selectors/conversations-extra', () => {
|
|||
title: 'Pin One',
|
||||
unreadCount: 1,
|
||||
isSelected: false,
|
||||
typingContactId: generateUuid(),
|
||||
typingContactIds: [generateUuid()],
|
||||
|
||||
acceptedMessageRequest: true,
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue