Merge pull request #16003 from overleaf/jpa-real-time-remove-join-project

[real-time] remove legacy joinProject rpc and require auto-join-project

GitOrigin-RevId: 2b610c83a34e516e0da0fa8a17858ec5c98c5bdd
This commit is contained in:
Jakob Ackermann
2023-11-29 15:50:42 +01:00
committed by Copybot
parent 5520f9eed9
commit 78c1687f3b
3 changed files with 39 additions and 71 deletions

View File

@@ -371,7 +371,9 @@ describe('joinProject', function () {
})
it('should return an invalid id error', function () {
this.error.message.should.equal('invalid id')
this.error.message.should.equal(
'missing/bad ?projectId=... query flag on handshake'
)
})
it('should not call to web', function () {
@@ -809,7 +811,9 @@ describe('joinProject', function () {
})
it('should return an invalid id error', function () {
this.error.message.should.equal('invalid id')
this.error.message.should.equal(
'missing/bad ?projectId=... query flag on handshake'
)
})
it('should not call to web', function () {