Remove current user from shared feed

This commit is contained in:
Natsumi-sama
2020-10-19 19:45:03 +13:00
committed by pypy
parent 50df6f94e8
commit 0c8bcdbd48

View File

@@ -4474,6 +4474,9 @@ CefSharp.BindObjectAsync(
type: String(log[1]),
data: String(log[2])
};
if (ctx.data === API.currentUser.displayName) {
continue;
}
if (ctx.type === 'Location') {
var tag = ctx.data;
if (tag.endsWith(':')) {