You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
Appease the linter
This commit is contained in:
@@ -291,6 +291,7 @@ export default class Stickerpicker extends React.Component {
|
|||||||
* Show the sticker picker overlay
|
* Show the sticker picker overlay
|
||||||
* If no stickerpacks have been added, show a link to the integration manager add sticker packs page.
|
* If no stickerpacks have been added, show a link to the integration manager add sticker packs page.
|
||||||
* @param {Event} e Event that triggered the function
|
* @param {Event} e Event that triggered the function
|
||||||
|
* @returns Nothing of use when the thing happens.
|
||||||
*/
|
*/
|
||||||
_onShowStickersClick(e) {
|
_onShowStickersClick(e) {
|
||||||
if (!SettingsStore.getValue("integrationProvisioning")) {
|
if (!SettingsStore.getValue("integrationProvisioning")) {
|
||||||
|
|||||||
@@ -22,9 +22,6 @@ import type {MatrixClient, MatrixEvent, Room} from "matrix-js-sdk";
|
|||||||
import WidgetUtils from "../utils/WidgetUtils";
|
import WidgetUtils from "../utils/WidgetUtils";
|
||||||
import MatrixClientPeg from "../MatrixClientPeg";
|
import MatrixClientPeg from "../MatrixClientPeg";
|
||||||
import {AutoDiscovery} from "matrix-js-sdk";
|
import {AutoDiscovery} from "matrix-js-sdk";
|
||||||
import {_t} from "../languageHandler";
|
|
||||||
import dis from "../dispatcher";
|
|
||||||
import React from 'react';
|
|
||||||
import SettingsStore from "../settings/SettingsStore";
|
import SettingsStore from "../settings/SettingsStore";
|
||||||
|
|
||||||
const HS_MANAGERS_REFRESH_INTERVAL = 8 * 60 * 60 * 1000; // 8 hours
|
const HS_MANAGERS_REFRESH_INTERVAL = 8 * 60 * 60 * 1000; // 8 hours
|
||||||
|
|||||||
Reference in New Issue
Block a user