Drop support for soju.im/read
It's been superseded by draft/read-marker.
This commit is contained in:
parent
e6618c8a1f
commit
a2d2a11d44
2 changed files with 3 additions and 16 deletions
|
@ -880,7 +880,6 @@ export default class App extends Component {
|
|||
case "ACK":
|
||||
case "BOUNCER":
|
||||
case "MARKREAD":
|
||||
case "READ":
|
||||
// Ignore these
|
||||
return [];
|
||||
default:
|
||||
|
@ -1031,7 +1030,6 @@ export default class App extends Component {
|
|||
}
|
||||
break;
|
||||
case "MARKREAD":
|
||||
case "READ":
|
||||
target = msg.params[0];
|
||||
let bound = msg.params[1];
|
||||
if (bound === "*" || !bound.startsWith("timestamp=")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue