UNPKG

stream-chat-react-native-core

Version:

The official React Native and Expo components for Stream Chat, a service for building chat applications

18 lines 494 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _shoehorn = require("@total-typescript/shoehorn"); var _default = (client, mutes = []) => { client.dispatchEvent((0, _shoehorn.fromPartial)({ created_at: '2020-05-26T07:11:57.968294216Z', me: { ...client.user, channel_mutes: [], mutes }, type: 'notification.mutes_updated' })); }; exports.default = _default; //# sourceMappingURL=notificationMutesUpdated.js.map