Skip to content

Remove various deprecated methods & re-exports#4125

Merged
t3chguy merged 6 commits intodevelopfrom
t3chguy/remove-depr
Mar 25, 2024
Merged

Remove various deprecated methods & re-exports#4125
t3chguy merged 6 commits intodevelopfrom
t3chguy/remove-depr

Conversation

@t3chguy
Copy link
Copy Markdown
Member

@t3chguy t3chguy commented Mar 21, 2024

  • Removes deprecated experimentalThreadSupport field on the start client options in favour of threadSupport
  • Removed deprecated method supportsExperimentalThreads on MatrixClient in favour of supportsThreads
  • Remove deprecated method resolveRoomAlias on MatrixClient in favour of getRoomIdForAlias
  • Remove deprecated method setPushActions on MatrixEvent in favour of setPushDetails
  • Remove deprecated method hasAssocation on MatrixEvent in favour of hasAssociation
  • Remove deprecated overload makeRedacted on MatrixEvent, room param is now required
  • Remove deprecated symbol IImageInfo - use ImageInfo instead
  • Remove deprecated symbol IAuthDict - use AuthDict instead
  • Remove deprecated symbol OidcDiscoveryError - use OidcError instead
  • Remove deprecated overload setPowerLevel on MatrixClient, event param no longer specified

Requires matrix-org/matrix-react-sdk#12359

Copy link
Copy Markdown
Member

@andybalaam andybalaam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work, thanks!

@t3chguy t3chguy merged commit 85a55c7 into develop Mar 25, 2024
@t3chguy t3chguy deleted the t3chguy/remove-depr branch March 25, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T-Enhancement X-Breaking-Change X-Upcoming-Release-Blocker This does not affect the current release cycle but will affect the next one

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants