Avoid using deprecated exports & methods from matrix-js-sdk (#12359)
This commit is contained in:
parent
11912a0da0
commit
4941327c78
24 changed files with 73 additions and 80 deletions
|
@ -19,7 +19,6 @@ limitations under the License.
|
|||
import {
|
||||
MatrixClient,
|
||||
MsgType,
|
||||
IImageInfo,
|
||||
HTTPError,
|
||||
IEventRelation,
|
||||
ISendEventResponse,
|
||||
|
@ -390,7 +389,7 @@ export default class ContentMessages {
|
|||
url: string,
|
||||
roomId: string,
|
||||
threadId: string | null,
|
||||
info: IImageInfo,
|
||||
info: ImageInfo,
|
||||
text: string,
|
||||
matrixClient: MatrixClient,
|
||||
): Promise<ISendEventResponse> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue