Add period
This commit is contained in:
@@ -45,7 +45,7 @@ export function MessageListError({
|
|||||||
item.retry()
|
item.retry()
|
||||||
return false
|
return false
|
||||||
}}>
|
}}>
|
||||||
{_(msg`Retry`)}
|
{_(msg`Retry.`)}
|
||||||
</InlineLinkText>
|
</InlineLinkText>
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
@@ -398,6 +398,7 @@ export class Convo {
|
|||||||
*/
|
*/
|
||||||
if (this.pastMessages.size > 0) {
|
if (this.pastMessages.size > 0) {
|
||||||
await new Promise(y => setTimeout(y, 500))
|
await new Promise(y => setTimeout(y, 500))
|
||||||
|
// throw new Error('UNCOMMENT TO TEST RETRY')
|
||||||
}
|
}
|
||||||
|
|
||||||
const response = await this.agent.api.chat.bsky.convo.getMessages(
|
const response = await this.agent.api.chat.bsky.convo.getMessages(
|
||||||
|
|||||||
Reference in New Issue
Block a user