mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Remove current user from shared feed
This commit is contained in:
@@ -4474,6 +4474,9 @@ CefSharp.BindObjectAsync(
|
|||||||
type: String(log[1]),
|
type: String(log[1]),
|
||||||
data: String(log[2])
|
data: String(log[2])
|
||||||
};
|
};
|
||||||
|
if (ctx.data === API.currentUser.displayName) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
if (ctx.type === 'Location') {
|
if (ctx.type === 'Location') {
|
||||||
var tag = ctx.data;
|
var tag = ctx.data;
|
||||||
if (tag.endsWith(':')) {
|
if (tag.endsWith(':')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user