default is unused here

This commit is contained in:
Bruno Windels 2019-08-22 14:07:31 +01:00
parent 944c56d09b
commit 6e54bb8e51

View file

@ -23,7 +23,7 @@ export default class SendHistoryManager {
lastIndex: number = 0; // used for indexing the storage
currentIndex: number = 0; // used for indexing the loaded validated history Array
constructor(roomId: string, prefix: string = 'mx_composer_history_') {
constructor(roomId: string, prefix: string) {
this.prefix = prefix + roomId;
// TODO: Performance issues?