mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 22:41:07 +02:00
default is unused here
This commit is contained in:
parent
944c56d09b
commit
6e54bb8e51
@ -23,7 +23,7 @@ export default class SendHistoryManager {
|
|||||||
lastIndex: number = 0; // used for indexing the storage
|
lastIndex: number = 0; // used for indexing the storage
|
||||||
currentIndex: number = 0; // used for indexing the loaded validated history Array
|
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;
|
this.prefix = prefix + roomId;
|
||||||
|
|
||||||
// TODO: Performance issues?
|
// TODO: Performance issues?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user