This commit is contained in:
Simon Ser 2021-08-23 12:31:11 +02:00
parent c47af780f6
commit c470c9f2c0

View File

@ -826,7 +826,7 @@ export default class App extends Component {
fetchBacklog(client, target, after, before) {
client.fetchHistoryBetween(target, after, before, CHATHISTORY_MAX_SIZE).catch((err) => {
this.setState({ error: "Failed to fetch history for '" + taregt + "': " + err });
this.setState({ error: "Failed to fetch history for '" + target + "': " + err });
this.receipts.delete(channel);
this.saveReceipts();
});