mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
Fix typo
This commit is contained in:
parent
c47af780f6
commit
c470c9f2c0
@ -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…
x
Reference in New Issue
Block a user