mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
The method IsPhoneRegisteredAsync() was calling RequestWithDcMigration() which was the real method that made use of the _sender field, so we can move the null check to there. This will also help track down possible NullReferenceExceptions that could happen when other callers of this method arrive with a bad _sender, which might aid us trying to fix #706. |
||
|---|---|---|
| .. | ||
| Auth | ||
| MTProto | ||
| Network | ||
| Properties | ||
| Requests | ||
| Utils | ||
| packages.config | ||
| Session.cs | ||
| TelegramClient.cs | ||
| TLSharp.Core.csproj | ||
| TLSharp.Core.nuspec | ||