Add support for soju.im/read
This commit is contained in:
parent
77f54080e7
commit
db0ef39c6b
3 changed files with 79 additions and 7 deletions
3
store.js
3
store.js
|
@ -99,7 +99,7 @@ export class Buffer {
|
|||
}
|
||||
|
||||
if (!updated) {
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
|
||||
this.m.set(this.key(buf), {
|
||||
|
@ -114,6 +114,7 @@ export class Buffer {
|
|||
});
|
||||
|
||||
this.save();
|
||||
return true;
|
||||
}
|
||||
|
||||
delete(buf) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue