Ver código fonte

Remove showLocationPreview from client info

Danilo Bargen 7 anos atrás
pai
commit
326dcf0b79
2 arquivos alterados com 0 adições e 2 exclusões
  1. 0 1
      src/services/webclient.ts
  2. 0 1
      src/threema.d.ts

+ 0 - 1
src/services/webclient.ts

@@ -2387,7 +2387,6 @@ export class WebClientService {
             isWork: data.isWork,
             pushToken: data.pushToken,
             configuration: {
-                showLocationPreview: getOrDefault<boolean>(data.configuration.showLocationPreview, false),
                 voipEnabled: getOrDefault<boolean>(data.configuration.voipEnabled, true),
                 voipForceTurn: getOrDefault<boolean>(data.configuration.voipForceTurn, false),
                 largeSingleEmoji: getOrDefault<boolean>(data.configuration.largeSingleEmoji, true),

+ 0 - 1
src/threema.d.ts

@@ -674,7 +674,6 @@ declare namespace threema {
     }
 
     interface AppConfig {
-        showLocationPreview: boolean;
         voipEnabled: boolean;
         voipForceTurn: boolean;
         largeSingleEmoji: boolean;