Roj Serbest před 3 roky
rodič
revize
968f96e12d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      gramjs/client/users.ts

+ 1 - 1
gramjs/client/users.ts

@@ -98,7 +98,7 @@ export async function getMe(
         if (!client._selfInputPeer) {
             client._selfInputPeer = utils.getInputPeer(
                 me,
-                true
+                false
             ) as Api.InputPeerUser;
         }
         return inputPeer ? client._selfInputPeer : me;