mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-13 22:01:02 +00:00
Tweak map, remove legacy version msg
This commit is contained in:
@@ -97,8 +97,6 @@ export class Connection {
|
||||
|
||||
messages: for (const message of FeedMessage.deserialize(data)) {
|
||||
switch (message.action) {
|
||||
// TODO: Kick legacy out on next update
|
||||
case Actions.FeedVersionLegacy:
|
||||
case Actions.FeedVersion: {
|
||||
if (message.payload !== VERSION) {
|
||||
this.state = this.update({ status: 'upgrade-requested' });
|
||||
|
||||
Reference in New Issue
Block a user