mirror of
https://git.sr.ht/~emersion/gamja
synced 2025-04-15 08:24:57 -04:00
Fix typo
This commit is contained in:
parent
c47af780f6
commit
c470c9f2c0
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue