Hide self from shared feed (#102)

this code may not work, but i'll fix yo
This commit is contained in:
Natsumi-sama
2020-11-08 01:08:17 +13:00
committed by GitHub
parent 634477f11b
commit c678f07d14

View File

@@ -4529,6 +4529,10 @@ import webApiService from './service/webapi.js';
var gameLogTableData = null;
if (API.currentUser.displayName === args[0]) {
continue;
}
switch (type) {
case 'auth':
gameLogContext.loginProvider = args[0];