Skip to content

Commit cf9e385

Browse files
committed
fixup! feat(conversationfolder): use per share conversation folders
fixup! feat(conversationfolder): use per share conversation folders fix(tests): non-participant gets 404 from middleware, not 403 After moving to ChatController with #[RequireLoggedInParticipant], the InjectionMiddleware converts ParticipantNotFoundException to OCS 404 (consistent with all other Talk endpoints). Update the expectation.
1 parent 9e5ea31 commit cf9e385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/features/sharing-1/conversation-folder.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ Feature: sharing-1/conversation-folder
8787
| roomType | 2 |
8888
| roomName | room |
8989
And user "participant1" adds user "participant2" to room "group room" with 200 (v4)
90-
When user "participant3" posts file "welcome.txt" from their home to room "group room" with 403 (v1)
90+
When user "participant3" posts file "welcome.txt" from their home to room "group room" with 404 (v1)

0 commit comments

Comments
 (0)