mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Hide self from shared feed (#102)
this code may not work, but i'll fix yo
This commit is contained in:
@@ -4529,6 +4529,10 @@ import webApiService from './service/webapi.js';
|
|||||||
|
|
||||||
var gameLogTableData = null;
|
var gameLogTableData = null;
|
||||||
|
|
||||||
|
if (API.currentUser.displayName === args[0]) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case 'auth':
|
case 'auth':
|
||||||
gameLogContext.loginProvider = args[0];
|
gameLogContext.loginProvider = args[0];
|
||||||
|
|||||||
Reference in New Issue
Block a user