Add support for soju.im/read

This commit is contained in:
Simon Ser 2022-02-11 18:21:17 +01:00
parent 77f54080e7
commit db0ef39c6b
3 changed files with 79 additions and 7 deletions

View file

@ -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) {