mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-07-20 23:15:44 +00:00
Add hidden map
This commit is contained in:
@@ -97,6 +97,8 @@ 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