Fix a warning about referencing a scalar as an array.#893
Merged
Conversation
anoadragon453
approved these changes
Jun 17, 2020
anoadragon453
added a commit
that referenced
this pull request
Aug 4, 2020
* origin/release-v1.16.0: (21 commits) Add missing DB Fix typing leak test to use /sync and true Use /sync and not /events for invite tests Use true not 1 when setting typing Revert "Merge mainline release v1.15.1 into dinsic" Use matrix_invite_user_to_room_synced on remote invite tests Remove unused variables. (#899) remove testing file Update tests/30rooms/20typing.pl Make invite tests use /sync not room /initialSync Refactor to log typing events and bail earlier perldoc Get the operator correct Don't fail the test if there are users typing on the stop typing test Make typing tests use /sync not /events Remove dependency on room initial sync for name/topic tests Fix a warning about referencing a scalar. (#893) Add event ID to /send_join requests rather than 'xxx' Implement MSC2625 (unread counters) (#890) Allow filename= formatted Content-Disposition (#892) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes a warning:
** Scalar value @rooms[0] better written as $rooms[0] at tests/50federation/33room-get-missing-events.pl line 429.