Compare commits

..

2 commits

Author SHA1 Message Date
veselcraft
7ed870c3c6
whoops 2023-02-03 14:23:22 +03:00
veselcraft
c6c8e8e175
Global: add OpenVK Refresh info 2023-02-03 14:22:19 +03:00
4 changed files with 3 additions and 2 deletions

View file

@ -119,7 +119,7 @@ class Post extends Postable
$platform = $this->getRecord()->api_source_name;
if($forAPI) {
switch ($platform) {
case 'openvk_android':
case 'openvk_refresh_android':
case 'openvk_legacy_android':
return 'android';
break;

View file

@ -756,7 +756,7 @@ class User extends RowModel
$platform = $this->getRecord()->client_name;
if($forAPI) {
switch ($platform) {
case 'openvk_android':
case 'openvk_refresh_android':
case 'openvk_legacy_android':
return 'android';
break;

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 KiB

View file

@ -2,4 +2,5 @@
<Clients name="standard">
<Client tag="vk4me" name="VK4ME" url="http://vk4me.crx.moe/" img="/assets/packages/static/openvk/img/app_icons/vk4me.png" />
<Client tag="openvk_legacy_android" name="OpenVK Legacy" url="https://f-droid.org/packages/uk.openvk.android.legacy/" img="/assets/packages/static/openvk/img/app_icons/openvk_legacy.png" />
<Client tag="openvk_refresh_android" name="OpenVK Refresh" url="https://github.com/openvk/mobile-android-refresh" img="/assets/packages/static/openvk/img/app_icons/openvk_refresh.png" />
</Clients>