mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-11 02:43:50 +02:00
Remove current user from shared feed
This commit is contained in:
@@ -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(':')) {
|
||||
|
||||
Reference in New Issue
Block a user