Implement Peer ID Client column for Peers tab

PR #17940.
This commit is contained in:
Hanabishi 2022-11-06 09:21:31 +05:00 committed by GitHub
parent 99b7663fa9
commit 6a560016dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 46 additions and 5 deletions

View file

@ -52,7 +52,7 @@
#include "base/utils/version.h"
#include "api/isessionmanager.h"
inline const Utils::Version<3, 2> API_VERSION {2, 8, 16};
inline const Utils::Version<3, 2> API_VERSION {2, 8, 17};
class APIController;
class AuthController;