Skip to content

Only subscribe to token if signed in to avoid barrage of anonymous Faye subscriptions

Eric Eastwood requested to merge only-subscribe-to-token-if-signed-in into develop

Only subscribe to token if signed in to avoid barrage of anonymous Faye subscriptions

I don't think this actually solves https://gitlab.com/gitlab-org/gitter/webapp/issues/1937 because the endpoint will just 404 when you try to subscribe(template-subscription: Subscription error for /v1/token/xxx) with an anonymous token and not let you subscribe at all but this is a first step. This is not the same as a tokenRevoked message which the graph below increased in.

Edited by Eric Eastwood

Merge request reports