stream-chat-react-native-core 5.20.0-beta.4 → 5.20.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/components/docs/data.js +1 -1
- package/lib/commonjs/components/docs/data.js.map +1 -1
- package/lib/commonjs/i18n/en.json +1 -1
- package/lib/commonjs/i18n/fr.json +42 -42
- package/lib/commonjs/i18n/hi.json +42 -42
- package/lib/commonjs/i18n/it.json +42 -42
- package/lib/commonjs/i18n/nl.json +42 -42
- package/lib/commonjs/i18n/ru.json +41 -41
- package/lib/commonjs/i18n/tr.json +41 -41
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/docs/data.js +1 -1
- package/lib/module/components/docs/data.js.map +1 -1
- package/lib/module/i18n/en.json +1 -1
- package/lib/module/i18n/fr.json +42 -42
- package/lib/module/i18n/hi.json +42 -42
- package/lib/module/i18n/it.json +42 -42
- package/lib/module/i18n/nl.json +42 -42
- package/lib/module/i18n/ru.json +41 -41
- package/lib/module/i18n/tr.json +41 -41
- package/lib/module/version.json +1 -1
- package/lib/typescript/i18n/en.json +1 -1
- package/lib/typescript/i18n/fr.json +42 -42
- package/lib/typescript/i18n/hi.json +42 -42
- package/lib/typescript/i18n/it.json +42 -42
- package/lib/typescript/i18n/nl.json +42 -42
- package/lib/typescript/i18n/ru.json +41 -41
- package/lib/typescript/i18n/tr.json +41 -41
- package/lib/typescript/utils/Streami18n.d.ts +4 -0
- package/package.json +1 -1
- package/src/__tests__/offline-support/offline-feature.js +1 -1
- package/src/components/docs/data.js +1 -1
- package/src/i18n/en.json +1 -1
- package/src/i18n/fr.json +42 -42
- package/src/i18n/hi.json +42 -42
- package/src/i18n/it.json +42 -42
- package/src/i18n/nl.json +42 -42
- package/src/i18n/ru.json +41 -41
- package/src/i18n/tr.json +41 -41
- package/src/version.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Dayjs","require","StreamChat","client","exports","connectUser","id","channel","image","name","channelContext","translationContext","t","text","tDateTimeParser","date","suggestionsContext","closeSuggestions","openSuggestions","setInputBoxContainerRef","updateSuggestions","filters","example","type","sort","last_message_at","channels","queryChannels","subscribe","message","__html","attachments","command","created_at","html","own_reactions","message_id","user","last_active","online","role","updated_at","reaction_counts","like","love","reactions","reply_count","status","messageWithImages","image_url","thumb_url","messageWithUrlPreview","og_scrape_url","title","title_link","thread","threadMessages","Date","parent_id","invisible","mutes","messages","users","MessageMock","canDeleteMessage","canEditMessage","handleDelete","console","log","handleEdit","handleFlag","handleMute","dynamicallyLoadScript","url","Promise","resolve","reject","script","document","createElement","src","onload","onerror","Error","body","appendChild"],"sources":["data.js"],"sourcesContent":["/* global require */\nconst Dayjs = require('dayjs');\nconst StreamChat = require('stream-chat').StreamChat;\nexport const client = new StreamChat('qk4nn7rpcn75');\n\nclient.connectUser(\n {\n id: 'John',\n },\n 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiSm9obiIsImlhdCI6MTU0ODI5ODUxN30.hyonbQnOLuFsr15mdmc_JF4sBOm2SURK4eBvTOx3ZIg',\n);\n\nexport const channel = client.channel('messaging', 'general', {\n image:\n 'https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/chat_avatar_01_green.jpg',\n name: 'Talk about the documentation',\n});\n\nexport const channelContext = {\n channel,\n client,\n};\n\nexport const translationContext = {\n t: (text) => text,\n tDateTimeParser: (date) => Dayjs(date),\n};\nexport const suggestionsContext = {\n closeSuggestions: () => {},\n openSuggestions: () => {},\n setInputBoxContainerRef: () => {},\n updateSuggestions: () => {},\n};\n\nconst filters = { example: 1, type: 'team' };\nconst sort = { last_message_at: -1 };\n\nexport const channels = client.queryChannels(filters, sort, {\n subscribe: true,\n});\n\nexport const message = {\n __html:\n '<p><a href=\"https://unsplash.com/photos/lxuB4abGzXc\" rel=\"nofollow\">https://unsplash.com/photos/lxuB4abGzXc</a></p>\\n',\n attachments: [],\n command: '',\n created_at: '2019-01-25T00:18:59.675Z',\n html:\n '<p><a href=\"https://unsplash.com/photos/lxuB4abGzXc\" rel=\"nofollow\">https://unsplash.com/photos/lxuB4abGzXc</a></p>\\n',\n id: 'thierry-e298f569-8745-407f-a02b-f75c0206612f',\n own_reactions: [\n {\n created_at: '2019-01-25T16:24:00.173967Z',\n id: 142,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'love',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n {\n created_at: '2019-01-25T16:23:58.939438Z',\n id: 141,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'like',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n ],\n reaction_counts: {\n like: 1,\n love: 1,\n },\n reactions: [\n {\n created_at: '2019-01-25T16:24:00.173967Z',\n id: 142,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'love',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n {\n created_at: '2019-01-25T16:23:58.939438Z',\n id: 141,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'like',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n ],\n reply_count: 0,\n status: 'received',\n text: 'Hey this is getstream message',\n type: 'regular',\n updated_at: '2019-01-25T16:24:00.181Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n image:\n 'https://cdn.pixabay.com/photo/2014/03/25/16/54/user-297566__340.png',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n};\n\nexport const messageWithImages = {\n __html:\n '<p><a href=\"https://unsplash.com/photos/lxuB4abGzXc\" rel=\"nofollow\">https://unsplash.com/photos/lxuB4abGzXc</a></p>\\n',\n attachments: [\n {\n image_url:\n 'https://images.unsplash.com/photo-1548256434-c7d2374b1077?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEyMDd9',\n thumb_url:\n 'https://images.unsplash.com/photo-1548256434-c7d2374b1077?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEyMDd9',\n type: 'image',\n },\n {\n image_url:\n 'https://www.fujifilm.com/products/digital_cameras/x/fujifilm_x_t1/sample_images/img/index/ff_x_t1_002.JPG',\n thumb_url:\n 'https://www.fujifilm.com/products/digital_cameras/x/fujifilm_x_t1/sample_images/img/index/ff_x_t1_002.JPG',\n type: 'image',\n },\n {\n image_url:\n 'https://www.fujixpassion.com/wp-content/uploads/2016/01/Image-1-Title.jpg',\n thumb_url:\n 'https://www.fujixpassion.com/wp-content/uploads/2016/01/Image-1-Title.jpg',\n type: 'image',\n },\n {\n image_url:\n 'https://i-cdn.phonearena.com/images/articles/47012-image/photo2.jpg',\n thumb_url:\n 'https://i-cdn.phonearena.com/images/articles/47012-image/photo2.jpg',\n type: 'image',\n },\n ],\n command: '',\n created_at: '2019-01-25T00:18:59.675Z',\n html: '',\n id: 'thierry-e298f569-8745-407f-a02b-f75c0206612f',\n own_reactions: [\n {\n created_at: '2019-01-25T16:24:00.173967Z',\n id: 142,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'love',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n {\n created_at: '2019-01-25T16:23:58.939438Z',\n id: 141,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'like',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n ],\n reaction_counts: {\n like: 1,\n love: 1,\n },\n reactions: [\n {\n created_at: '2019-01-25T16:24:00.173967Z',\n id: 142,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'love',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n {\n created_at: '2019-01-25T16:23:58.939438Z',\n id: 141,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'like',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n ],\n reply_count: 0,\n status: 'received',\n text: 'This message contains images',\n type: 'regular',\n updated_at: '2019-01-25T16:24:00.181Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n image:\n 'https://cdn.pixabay.com/photo/2014/03/25/16/54/user-297566__340.png',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n \n};\n\nexport const messageWithUrlPreview = {\n __html:\n '<p><a href=\"https://unsplash.com/photos/lxuB4abGzXc\" rel=\"nofollow\">https://unsplash.com/photos/lxuB4abGzXc</a></p>\\n',\n attachments: [\n {\n image_url:\n 'https://images.unsplash.com/photo-1548256434-c7d2374b1077?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEyMDd9',\n og_scrape_url: 'https://unsplash.com/photos/lxuB4abGzXc',\n text:\n 'Download this photo in Addu City, Maldives by Ibrahim Shabil (@shabilphotos)',\n thumb_url:\n 'https://images.unsplash.com/photo-1548256434-c7d2374b1077?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEyMDd9',\n title: 'Cosmic Home photo by Ibrahim Shabil (@shabilphotos) on Unsplash',\n title_link: 'https://unsplash.com/photos/lxuB4abGzXc',\n type: 'image',\n },\n ],\n command: '',\n created_at: '2019-01-25T00:18:59.675Z',\n html:\n '<p><a href=\"https://unsplash.com/photos/lxuB4abGzXc\" rel=\"nofollow\">https://unsplash.com/photos/lxuB4abGzXc</a></p>\\n',\n id: 'thierry-e298f569-8745-407f-a02b-f75c0206612f',\n own_reactions: [\n {\n created_at: '2019-01-25T16:24:00.173967Z',\n id: 142,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'love',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n {\n created_at: '2019-01-25T16:23:58.939438Z',\n id: 141,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'like',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n ],\n reaction_counts: {\n like: 1,\n love: 1,\n },\n reactions: [\n {\n created_at: '2019-01-25T16:24:00.173967Z',\n id: 142,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'love',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n {\n created_at: '2019-01-25T16:23:58.939438Z',\n id: 141,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'like',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n ],\n reply_count: 0,\n status: 'received',\n text: 'https://unsplash.com/photos/lxuB4abGzXc',\n type: 'regular',\n updated_at: '2019-01-25T16:24:00.181Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n image:\n 'https://cdn.pixabay.com/photo/2014/03/25/16/54/user-297566__340.png',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n};\n\nexport const thread = {\n __html:\n '<p>this place looks amazing: <a href=\"https://unsplash.com/photos/f3hDGOHptrM\" rel=\"nofollow\">https://unsplash.com/photos/f3hDGOHptrM</a></p>\\n',\n attachments: [\n {\n image_url:\n 'https://images.unsplash.com/photo-1548345233-4557b8809829?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEyMDd9',\n og_scrape_url: 'https://unsplash.com/photos/f3hDGOHptrM',\n text: 'Download this photo by Sandra Seitamaa (@seitamaaphotography)',\n thumb_url:\n 'https://images.unsplash.com/photo-1548345233-4557b8809829?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEyMDd9',\n title:\n 'Plant, tree, nature and river HD photo by Sandra Seitamaa (@seitamaaphotography) on Unsplash',\n title_link: 'https://unsplash.com/photos/f3hDGOHptrM',\n type: 'image',\n },\n ],\n command: '',\n created_at: '2019-01-25T21:25:45.306Z',\n html:\n '<p>this place looks amazing: <a href=\"https://unsplash.com/photos/f3hDGOHptrM\" rel=\"nofollow\">https://unsplash.com/photos/f3hDGOHptrM</a></p>\\n',\n id: 'thierry-ec4eac2b-1278-4f49-8b20-2ebcd76dace5',\n own_reactions: [],\n reaction_counts: null,\n reactions: [],\n reply_count: 2,\n status: 'received',\n text: 'this place looks amazing: https://unsplash.com/photos/f3hDGOHptrM',\n type: 'regular',\n updated_at: '2019-01-25T21:25:45.306Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T21:27:39.606466Z',\n },\n \n};\n\nexport const threadMessages = [\n {\n __html: '<p>whow, where is that?</p>\\n',\n attachments: [],\n command: '',\n created_at: new Date('2019-01-25T21:26:06.346Z'),\n html: '<p>whow, where is that?</p>\\n',\n id: 'thierry-97a02ade-3a38-4400-9377-001c10fc2663',\n own_reactions: [],\n parent_id: '6312fb0b-0c94-4107-a036-376ac5ab650b',\n reaction_counts: null,\n reactions: [],\n reply_count: 0,\n status: 'received',\n text: 'whow, where is that?',\n type: 'reply',\n updated_at: '2019-01-25T21:26:06.346Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n invisible: false,\n last_active: '0001-01-01T00:00:00Z',\n mutes: [],\n online: false,\n role: 'user',\n updated_at: '2019-01-25T21:27:39.606466Z',\n },\n },\n {\n __html: '<p>it’s soo green, amazing</p>\\n',\n attachments: [],\n command: '',\n created_at: new Date('2019-01-25T21:26:11.863Z'),\n html: '<p>it’s soo green, amazing</p>\\n',\n id: 'thierry-264fdc4d-03c5-4f93-b97c-cfe5612968aa',\n own_reactions: [],\n parent_id: '6312fb0b-0c94-4107-a036-376ac5ab650b',\n reaction_counts: null,\n reactions: [],\n reply_count: 0,\n status: 'received',\n text: \"it's soo green, amazing\",\n type: 'reply',\n updated_at: '2019-01-25T21:26:11.863Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n invisible: false,\n last_active: '0001-01-01T00:00:00Z',\n mutes: [],\n online: false,\n role: 'user',\n updated_at: '2019-01-25T21:27:39.606466Z',\n },\n },\n];\n\nexport const messages = [\n {\n __html: '<p>whow, where is that?</p>\\n',\n attachments: [],\n command: '',\n created_at: new Date('2019-01-25T21:26:06.346Z'),\n html: '<p>whow, where is that?</p>\\n',\n id: 'thierry-97a02ade-3a38-4400-9377-001c10fc2663',\n own_reactions: [],\n parent_id: '6312fb0b-0c94-4107-a036-376ac5ab650b',\n reaction_counts: null,\n reactions: [],\n reply_count: 0,\n status: 'received',\n text: 'whow, where is that?',\n type: 'reply',\n updated_at: '2019-01-25T21:26:06.346Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n invisible: false,\n last_active: '0001-01-01T00:00:00Z',\n mutes: [],\n online: false,\n role: 'user',\n updated_at: '2019-01-25T21:27:39.606466Z',\n },\n },\n {\n __html: '<p>it’s soo green, amazing</p>\\n',\n attachments: [],\n command: '',\n created_at: new Date('2019-01-25T21:26:11.863Z'),\n html: '<p>it’s soo green, amazing</p>\\n',\n id: 'thierry-264fdc4d-03c5-4f93-b97c-cfe5612968aa',\n own_reactions: [],\n parent_id: '6312fb0b-0c94-4107-a036-376ac5ab650b',\n reaction_counts: null,\n reactions: [],\n reply_count: 0,\n status: 'received',\n text: \"it's soo green, amazing\",\n type: 'reply',\n updated_at: '2019-01-25T21:26:11.863Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n invisible: false,\n last_active: '0001-01-01T00:00:00Z',\n mutes: [],\n online: false,\n role: 'user',\n updated_at: '2019-01-25T21:27:39.606466Z',\n },\n },\n];\n\nexport const users = [\n {\n created_at: '2019-01-28T16:03:25.619982Z',\n id: 'thierry',\n last_active: '2019-01-28T15:07:32.314676-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-28T22:07:32.297119Z',\n },\n];\n\nexport const MessageMock = {\n canDeleteMessage: () => true,\n canEditMessage: () => true,\n handleDelete: console.log,\n handleEdit: console.log,\n handleFlag: console.log,\n handleMute: console.log,\n};\n\n// Based on: https://javascript.info/promise-basics#example-loadscript\nfunction dynamicallyLoadScript(url) {\n return new Promise(function(resolve, reject) {\n const script = document.createElement('script');\n script.src = url;\n script.onload = resolve;\n script.onerror = () => reject(new Error(`Error when loading ${url}!`));\n document.body.appendChild(script);\n });\n}\ndynamicallyLoadScript('https://snack.expo.io/embed.js');\n"],"mappings":";;;;AACA,IAAMA,KAAK,GAAGC,OAAO,CAAC,OAAO,CAAC;AAC9B,IAAMC,UAAU,GAAGD,OAAO,CAAC,aAAa,CAAC,CAACC,UAAU;AAC7C,IAAMC,MAAM,GAAG,IAAID,UAAU,CAAC,cAAc,CAAC;AAACE,OAAA,CAAAD,MAAA,GAAAA,MAAA;AAErDA,MAAM,CAACE,WAAW,CAChB;EACEC,EAAE,EAAE;AACN,CAAC,EACD,kIACF,CAAC;AAEM,IAAMC,OAAO,GAAGJ,MAAM,CAACI,OAAO,CAAC,WAAW,EAAE,SAAS,EAAE;EAC5DC,KAAK,EACH,8EAA8E;EAChFC,IAAI,EAAE;AACR,CAAC,CAAC;AAACL,OAAA,CAAAG,OAAA,GAAAA,OAAA;AAEI,IAAMG,cAAc,GAAG;EAC5BH,OAAO,EAAPA,OAAO;EACPJ,MAAM,EAANA;AACF,CAAC;AAACC,OAAA,CAAAM,cAAA,GAAAA,cAAA;AAEK,IAAMC,kBAAkB,GAAG;EAChCC,CAAC,EAAE,SAAAA,EAACC,IAAI;IAAA,OAAKA,IAAI;EAAA;EACjBC,eAAe,EAAE,SAAAA,gBAACC,IAAI;IAAA,OAAKf,KAAK,CAACe,IAAI,CAAC;EAAA;AACxC,CAAC;AAACX,OAAA,CAAAO,kBAAA,GAAAA,kBAAA;AACK,IAAMK,kBAAkB,GAAG;EAChCC,gBAAgB,EAAE,SAAAA,iBAAA,EAAM,CAAC,CAAC;EAC1BC,eAAe,EAAE,SAAAA,gBAAA,EAAM,CAAC,CAAC;EACzBC,uBAAuB,EAAE,SAAAA,wBAAA,EAAM,CAAC,CAAC;EACjCC,iBAAiB,EAAE,SAAAA,kBAAA,EAAM,CAAC;AAC5B,CAAC;AAAChB,OAAA,CAAAY,kBAAA,GAAAA,kBAAA;AAEF,IAAMK,OAAO,GAAG;EAAEC,OAAO,EAAE,CAAC;EAAEC,IAAI,EAAE;AAAO,CAAC;AAC5C,IAAMC,IAAI,GAAG;EAAEC,eAAe,EAAE,CAAC;AAAE,CAAC;AAE7B,IAAMC,QAAQ,GAAGvB,MAAM,CAACwB,aAAa,CAACN,OAAO,EAAEG,IAAI,EAAE;EAC1DI,SAAS,EAAE;AACb,CAAC,CAAC;AAACxB,OAAA,CAAAsB,QAAA,GAAAA,QAAA;AAEI,IAAMG,OAAO,GAAG;EACrBC,MAAM,EACJ,uHAAuH;EACzHC,WAAW,EAAE,EAAE;EACfC,OAAO,EAAE,EAAE;EACXC,UAAU,EAAE,0BAA0B;EACtCC,IAAI,EACF,uHAAuH;EACzH5B,EAAE,EAAE,8CAA8C;EAClD6B,aAAa,EAAE,CACb;IACEF,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,GAAG;IACP8B,UAAU,EAAE,sCAAsC;IAClDb,IAAI,EAAE,MAAM;IACZc,IAAI,EAAE;MACJJ,UAAU,EAAE,6BAA6B;MACzC3B,EAAE,EAAE,SAAS;MACbgC,WAAW,EAAE,kCAAkC;MAC/CC,MAAM,EAAE,IAAI;MACZC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE;IACd;EACF,CAAC,EACD;IACER,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,GAAG;IACP8B,UAAU,EAAE,sCAAsC;IAClDb,IAAI,EAAE,MAAM;IACZc,IAAI,EAAE;MACJJ,UAAU,EAAE,6BAA6B;MACzC3B,EAAE,EAAE,SAAS;MACbgC,WAAW,EAAE,kCAAkC;MAC/CC,MAAM,EAAE,IAAI;MACZC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE;IACd;EACF,CAAC,CACF;EACDC,eAAe,EAAE;IACfC,IAAI,EAAE,CAAC;IACPC,IAAI,EAAE;EACR,CAAC;EACDC,SAAS,EAAE,CACT;IACEZ,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,GAAG;IACP8B,UAAU,EAAE,sCAAsC;IAClDb,IAAI,EAAE,MAAM;IACZc,IAAI,EAAE;MACJJ,UAAU,EAAE,6BAA6B;MACzC3B,EAAE,EAAE,SAAS;MACbgC,WAAW,EAAE,kCAAkC;MAC/CC,MAAM,EAAE,IAAI;MACZC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE;IACd;EACF,CAAC,EACD;IACER,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,GAAG;IACP8B,UAAU,EAAE,sCAAsC;IAClDb,IAAI,EAAE,MAAM;IACZc,IAAI,EAAE;MACJJ,UAAU,EAAE,6BAA6B;MACzC3B,EAAE,EAAE,SAAS;MACbgC,WAAW,EAAE,kCAAkC;MAC/CC,MAAM,EAAE,IAAI;MACZC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE;IACd;EACF,CAAC,CACF;EACDK,WAAW,EAAE,CAAC;EACdC,MAAM,EAAE,UAAU;EAClBlC,IAAI,EAAE,+BAA+B;EACrCU,IAAI,EAAE,SAAS;EACfkB,UAAU,EAAE,0BAA0B;EACtCJ,IAAI,EAAE;IACJJ,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,SAAS;IACbE,KAAK,EACH,qEAAqE;IACvE8B,WAAW,EAAE,kCAAkC;IAC/CC,MAAM,EAAE,IAAI;IACZC,IAAI,EAAE,MAAM;IACZC,UAAU,EAAE;EACd;AACF,CAAC;AAACrC,OAAA,CAAAyB,OAAA,GAAAA,OAAA;AAEK,IAAMmB,iBAAiB,GAAG;EAC/BlB,MAAM,EACJ,uHAAuH;EACzHC,WAAW,EAAE,CACX;IACEkB,SAAS,EACP,wJAAwJ;IAC1JC,SAAS,EACP,wJAAwJ;IAC1J3B,IAAI,EAAE;EACR,CAAC,EACD;IACE0B,SAAS,EACP,2GAA2G;IAC7GC,SAAS,EACP,2GAA2G;IAC7G3B,IAAI,EAAE;EACR,CAAC,EACD;IACE0B,SAAS,EACP,2EAA2E;IAC7EC,SAAS,EACP,2EAA2E;IAC7E3B,IAAI,EAAE;EACR,CAAC,EACD;IACE0B,SAAS,EACP,qEAAqE;IACvEC,SAAS,EACP,qEAAqE;IACvE3B,IAAI,EAAE;EACR,CAAC,CACF;EACDS,OAAO,EAAE,EAAE;EACXC,UAAU,EAAE,0BAA0B;EACtCC,IAAI,EAAE,EAAE;EACR5B,EAAE,EAAE,8CAA8C;EAClD6B,aAAa,EAAE,CACb;IACEF,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,GAAG;IACP8B,UAAU,EAAE,sCAAsC;IAClDb,IAAI,EAAE,MAAM;IACZc,IAAI,EAAE;MACJJ,UAAU,EAAE,6BAA6B;MACzC3B,EAAE,EAAE,SAAS;MACbgC,WAAW,EAAE,kCAAkC;MAC/CC,MAAM,EAAE,IAAI;MACZC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE;IACd;EACF,CAAC,EACD;IACER,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,GAAG;IACP8B,UAAU,EAAE,sCAAsC;IAClDb,IAAI,EAAE,MAAM;IACZc,IAAI,EAAE;MACJJ,UAAU,EAAE,6BAA6B;MACzC3B,EAAE,EAAE,SAAS;MACbgC,WAAW,EAAE,kCAAkC;MAC/CC,MAAM,EAAE,IAAI;MACZC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE;IACd;EACF,CAAC,CACF;EACDC,eAAe,EAAE;IACfC,IAAI,EAAE,CAAC;IACPC,IAAI,EAAE;EACR,CAAC;EACDC,SAAS,EAAE,CACT;IACEZ,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,GAAG;IACP8B,UAAU,EAAE,sCAAsC;IAClDb,IAAI,EAAE,MAAM;IACZc,IAAI,EAAE;MACJJ,UAAU,EAAE,6BAA6B;MACzC3B,EAAE,EAAE,SAAS;MACbgC,WAAW,EAAE,kCAAkC;MAC/CC,MAAM,EAAE,IAAI;MACZC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE;IACd;EACF,CAAC,EACD;IACER,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,GAAG;IACP8B,UAAU,EAAE,sCAAsC;IAClDb,IAAI,EAAE,MAAM;IACZc,IAAI,EAAE;MACJJ,UAAU,EAAE,6BAA6B;MACzC3B,EAAE,EAAE,SAAS;MACbgC,WAAW,EAAE,kCAAkC;MAC/CC,MAAM,EAAE,IAAI;MACZC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE;IACd;EACF,CAAC,CACF;EACDK,WAAW,EAAE,CAAC;EACdC,MAAM,EAAE,UAAU;EAClBlC,IAAI,EAAE,8BAA8B;EACpCU,IAAI,EAAE,SAAS;EACfkB,UAAU,EAAE,0BAA0B;EACtCJ,IAAI,EAAE;IACJJ,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,SAAS;IACbE,KAAK,EACH,qEAAqE;IACvE8B,WAAW,EAAE,kCAAkC;IAC/CC,MAAM,EAAE,IAAI;IACZC,IAAI,EAAE,MAAM;IACZC,UAAU,EAAE;EACd;AAEF,CAAC;AAACrC,OAAA,CAAA4C,iBAAA,GAAAA,iBAAA;AAEK,IAAMG,qBAAqB,GAAG;EACnCrB,MAAM,EACJ,uHAAuH;EACzHC,WAAW,EAAE,CACX;IACEkB,SAAS,EACP,wJAAwJ;IAC1JG,aAAa,EAAE,yCAAyC;IACxDvC,IAAI,EACF,8EAA8E;IAChFqC,SAAS,EACP,wJAAwJ;IAC1JG,KAAK,EAAE,iEAAiE;IACxEC,UAAU,EAAE,yCAAyC;IACrD/B,IAAI,EAAE;EACR,CAAC,CACF;EACDS,OAAO,EAAE,EAAE;EACXC,UAAU,EAAE,0BAA0B;EACtCC,IAAI,EACF,uHAAuH;EACzH5B,EAAE,EAAE,8CAA8C;EAClD6B,aAAa,EAAE,CACb;IACEF,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,GAAG;IACP8B,UAAU,EAAE,sCAAsC;IAClDb,IAAI,EAAE,MAAM;IACZc,IAAI,EAAE;MACJJ,UAAU,EAAE,6BAA6B;MACzC3B,EAAE,EAAE,SAAS;MACbgC,WAAW,EAAE,kCAAkC;MAC/CC,MAAM,EAAE,IAAI;MACZC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE;IACd;EACF,CAAC,EACD;IACER,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,GAAG;IACP8B,UAAU,EAAE,sCAAsC;IAClDb,IAAI,EAAE,MAAM;IACZc,IAAI,EAAE;MACJJ,UAAU,EAAE,6BAA6B;MACzC3B,EAAE,EAAE,SAAS;MACbgC,WAAW,EAAE,kCAAkC;MAC/CC,MAAM,EAAE,IAAI;MACZC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE;IACd;EACF,CAAC,CACF;EACDC,eAAe,EAAE;IACfC,IAAI,EAAE,CAAC;IACPC,IAAI,EAAE;EACR,CAAC;EACDC,SAAS,EAAE,CACT;IACEZ,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,GAAG;IACP8B,UAAU,EAAE,sCAAsC;IAClDb,IAAI,EAAE,MAAM;IACZc,IAAI,EAAE;MACJJ,UAAU,EAAE,6BAA6B;MACzC3B,EAAE,EAAE,SAAS;MACbgC,WAAW,EAAE,kCAAkC;MAC/CC,MAAM,EAAE,IAAI;MACZC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE;IACd;EACF,CAAC,EACD;IACER,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,GAAG;IACP8B,UAAU,EAAE,sCAAsC;IAClDb,IAAI,EAAE,MAAM;IACZc,IAAI,EAAE;MACJJ,UAAU,EAAE,6BAA6B;MACzC3B,EAAE,EAAE,SAAS;MACbgC,WAAW,EAAE,kCAAkC;MAC/CC,MAAM,EAAE,IAAI;MACZC,IAAI,EAAE,MAAM;MACZC,UAAU,EAAE;IACd;EACF,CAAC,CACF;EACDK,WAAW,EAAE,CAAC;EACdC,MAAM,EAAE,UAAU;EAClBlC,IAAI,EAAE,yCAAyC;EAC/CU,IAAI,EAAE,SAAS;EACfkB,UAAU,EAAE,0BAA0B;EACtCJ,IAAI,EAAE;IACJJ,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,SAAS;IACbE,KAAK,EACH,qEAAqE;IACvE8B,WAAW,EAAE,kCAAkC;IAC/CC,MAAM,EAAE,IAAI;IACZC,IAAI,EAAE,MAAM;IACZC,UAAU,EAAE;EACd;AACF,CAAC;AAACrC,OAAA,CAAA+C,qBAAA,GAAAA,qBAAA;AAEK,IAAMI,MAAM,GAAG;EACpBzB,MAAM,EACJ,iJAAiJ;EACnJC,WAAW,EAAE,CACX;IACEkB,SAAS,EACP,wJAAwJ;IAC1JG,aAAa,EAAE,yCAAyC;IACxDvC,IAAI,EAAE,+DAA+D;IACrEqC,SAAS,EACP,wJAAwJ;IAC1JG,KAAK,EACH,8FAA8F;IAChGC,UAAU,EAAE,yCAAyC;IACrD/B,IAAI,EAAE;EACR,CAAC,CACF;EACDS,OAAO,EAAE,EAAE;EACXC,UAAU,EAAE,0BAA0B;EACtCC,IAAI,EACF,iJAAiJ;EACnJ5B,EAAE,EAAE,8CAA8C;EAClD6B,aAAa,EAAE,EAAE;EACjBO,eAAe,EAAE,IAAI;EACrBG,SAAS,EAAE,EAAE;EACbC,WAAW,EAAE,CAAC;EACdC,MAAM,EAAE,UAAU;EAClBlC,IAAI,EAAE,mEAAmE;EACzEU,IAAI,EAAE,SAAS;EACfkB,UAAU,EAAE,0BAA0B;EACtCJ,IAAI,EAAE;IACJJ,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,SAAS;IACbiC,MAAM,EAAE,IAAI;IACZC,IAAI,EAAE,MAAM;IACZC,UAAU,EAAE;EACd;AAEF,CAAC;AAACrC,OAAA,CAAAmD,MAAA,GAAAA,MAAA;AAEK,IAAMC,cAAc,GAAG,CAC5B;EACE1B,MAAM,EAAE,+BAA+B;EACvCC,WAAW,EAAE,EAAE;EACfC,OAAO,EAAE,EAAE;EACXC,UAAU,EAAE,IAAIwB,IAAI,CAAC,0BAA0B,CAAC;EAChDvB,IAAI,EAAE,+BAA+B;EACrC5B,EAAE,EAAE,8CAA8C;EAClD6B,aAAa,EAAE,EAAE;EACjBuB,SAAS,EAAE,sCAAsC;EACjDhB,eAAe,EAAE,IAAI;EACrBG,SAAS,EAAE,EAAE;EACbC,WAAW,EAAE,CAAC;EACdC,MAAM,EAAE,UAAU;EAClBlC,IAAI,EAAE,sBAAsB;EAC5BU,IAAI,EAAE,OAAO;EACbkB,UAAU,EAAE,0BAA0B;EACtCJ,IAAI,EAAE;IACJJ,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,SAAS;IACbqD,SAAS,EAAE,KAAK;IAChBrB,WAAW,EAAE,sBAAsB;IACnCsB,KAAK,EAAE,EAAE;IACTrB,MAAM,EAAE,KAAK;IACbC,IAAI,EAAE,MAAM;IACZC,UAAU,EAAE;EACd;AACF,CAAC,EACD;EACEX,MAAM,EAAE,kCAAkC;EAC1CC,WAAW,EAAE,EAAE;EACfC,OAAO,EAAE,EAAE;EACXC,UAAU,EAAE,IAAIwB,IAAI,CAAC,0BAA0B,CAAC;EAChDvB,IAAI,EAAE,kCAAkC;EACxC5B,EAAE,EAAE,8CAA8C;EAClD6B,aAAa,EAAE,EAAE;EACjBuB,SAAS,EAAE,sCAAsC;EACjDhB,eAAe,EAAE,IAAI;EACrBG,SAAS,EAAE,EAAE;EACbC,WAAW,EAAE,CAAC;EACdC,MAAM,EAAE,UAAU;EAClBlC,IAAI,EAAE,yBAAyB;EAC/BU,IAAI,EAAE,OAAO;EACbkB,UAAU,EAAE,0BAA0B;EACtCJ,IAAI,EAAE;IACJJ,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,SAAS;IACbqD,SAAS,EAAE,KAAK;IAChBrB,WAAW,EAAE,sBAAsB;IACnCsB,KAAK,EAAE,EAAE;IACTrB,MAAM,EAAE,KAAK;IACbC,IAAI,EAAE,MAAM;IACZC,UAAU,EAAE;EACd;AACF,CAAC,CACF;AAACrC,OAAA,CAAAoD,cAAA,GAAAA,cAAA;AAEK,IAAMK,QAAQ,GAAG,CACtB;EACE/B,MAAM,EAAE,+BAA+B;EACvCC,WAAW,EAAE,EAAE;EACfC,OAAO,EAAE,EAAE;EACXC,UAAU,EAAE,IAAIwB,IAAI,CAAC,0BAA0B,CAAC;EAChDvB,IAAI,EAAE,+BAA+B;EACrC5B,EAAE,EAAE,8CAA8C;EAClD6B,aAAa,EAAE,EAAE;EACjBuB,SAAS,EAAE,sCAAsC;EACjDhB,eAAe,EAAE,IAAI;EACrBG,SAAS,EAAE,EAAE;EACbC,WAAW,EAAE,CAAC;EACdC,MAAM,EAAE,UAAU;EAClBlC,IAAI,EAAE,sBAAsB;EAC5BU,IAAI,EAAE,OAAO;EACbkB,UAAU,EAAE,0BAA0B;EACtCJ,IAAI,EAAE;IACJJ,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,SAAS;IACbqD,SAAS,EAAE,KAAK;IAChBrB,WAAW,EAAE,sBAAsB;IACnCsB,KAAK,EAAE,EAAE;IACTrB,MAAM,EAAE,KAAK;IACbC,IAAI,EAAE,MAAM;IACZC,UAAU,EAAE;EACd;AACF,CAAC,EACD;EACEX,MAAM,EAAE,kCAAkC;EAC1CC,WAAW,EAAE,EAAE;EACfC,OAAO,EAAE,EAAE;EACXC,UAAU,EAAE,IAAIwB,IAAI,CAAC,0BAA0B,CAAC;EAChDvB,IAAI,EAAE,kCAAkC;EACxC5B,EAAE,EAAE,8CAA8C;EAClD6B,aAAa,EAAE,EAAE;EACjBuB,SAAS,EAAE,sCAAsC;EACjDhB,eAAe,EAAE,IAAI;EACrBG,SAAS,EAAE,EAAE;EACbC,WAAW,EAAE,CAAC;EACdC,MAAM,EAAE,UAAU;EAClBlC,IAAI,EAAE,yBAAyB;EAC/BU,IAAI,EAAE,OAAO;EACbkB,UAAU,EAAE,0BAA0B;EACtCJ,IAAI,EAAE;IACJJ,UAAU,EAAE,6BAA6B;IACzC3B,EAAE,EAAE,SAAS;IACbqD,SAAS,EAAE,KAAK;IAChBrB,WAAW,EAAE,sBAAsB;IACnCsB,KAAK,EAAE,EAAE;IACTrB,MAAM,EAAE,KAAK;IACbC,IAAI,EAAE,MAAM;IACZC,UAAU,EAAE;EACd;AACF,CAAC,CACF;AAACrC,OAAA,CAAAyD,QAAA,GAAAA,QAAA;AAEK,IAAMC,KAAK,GAAG,CACnB;EACE7B,UAAU,EAAE,6BAA6B;EACzC3B,EAAE,EAAE,SAAS;EACbgC,WAAW,EAAE,kCAAkC;EAC/CC,MAAM,EAAE,IAAI;EACZC,IAAI,EAAE,MAAM;EACZC,UAAU,EAAE;AACd,CAAC,CACF;AAACrC,OAAA,CAAA0D,KAAA,GAAAA,KAAA;AAEK,IAAMC,WAAW,GAAG;EACzBC,gBAAgB,EAAE,SAAAA,iBAAA;IAAA,OAAM,IAAI;EAAA;EAC5BC,cAAc,EAAE,SAAAA,eAAA;IAAA,OAAM,IAAI;EAAA;EAC1BC,YAAY,EAAEC,OAAO,CAACC,GAAG;EACzBC,UAAU,EAAEF,OAAO,CAACC,GAAG;EACvBE,UAAU,EAAEH,OAAO,CAACC,GAAG;EACvBG,UAAU,EAAEJ,OAAO,CAACC;AACtB,CAAC;AAAChE,OAAA,CAAA2D,WAAA,GAAAA,WAAA;AAGF,SAASS,qBAAqBA,CAACC,GAAG,EAAE;EAClC,OAAO,IAAIC,OAAO,CAAC,UAASC,OAAO,EAAEC,MAAM,EAAE;IAC3C,IAAMC,MAAM,GAAGC,QAAQ,CAACC,aAAa,CAAC,QAAQ,CAAC;IAC/CF,MAAM,CAACG,GAAG,GAAGP,GAAG;IAChBI,MAAM,CAACI,MAAM,GAAGN,OAAO;IACvBE,MAAM,CAACK,OAAO,GAAG;MAAA,OAAMN,MAAM,CAAC,IAAIO,KAAK,yBAAuBV,GAAG,MAAG,CAAC,CAAC;IAAA;IACtEK,QAAQ,CAACM,IAAI,CAACC,WAAW,CAACR,MAAM,CAAC;EACnC,CAAC,CAAC;AACJ;AACAL,qBAAqB,CAAC,gCAAgC,CAAC"}
|
|
1
|
+
{"version":3,"names":["Dayjs","require","StreamChat","client","exports","connectUser","id","channel","image","name","channelContext","translationContext","t","text","tDateTimeParser","date","suggestionsContext","closeSuggestions","openSuggestions","setInputBoxContainerRef","updateSuggestions","filters","example","type","sort","last_updated","channels","queryChannels","subscribe","message","__html","attachments","command","created_at","html","own_reactions","message_id","user","last_active","online","role","updated_at","reaction_counts","like","love","reactions","reply_count","status","messageWithImages","image_url","thumb_url","messageWithUrlPreview","og_scrape_url","title","title_link","thread","threadMessages","Date","parent_id","invisible","mutes","messages","users","MessageMock","canDeleteMessage","canEditMessage","handleDelete","console","log","handleEdit","handleFlag","handleMute","dynamicallyLoadScript","url","Promise","resolve","reject","script","document","createElement","src","onload","onerror","Error","body","appendChild"],"sources":["data.js"],"sourcesContent":["/* global require */\nconst Dayjs = require('dayjs');\nconst StreamChat = require('stream-chat').StreamChat;\nexport const client = new StreamChat('qk4nn7rpcn75');\n\nclient.connectUser(\n {\n id: 'John',\n },\n 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiSm9obiIsImlhdCI6MTU0ODI5ODUxN30.hyonbQnOLuFsr15mdmc_JF4sBOm2SURK4eBvTOx3ZIg',\n);\n\nexport const channel = client.channel('messaging', 'general', {\n image:\n 'https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/chat_avatar_01_green.jpg',\n name: 'Talk about the documentation',\n});\n\nexport const channelContext = {\n channel,\n client,\n};\n\nexport const translationContext = {\n t: (text) => text,\n tDateTimeParser: (date) => Dayjs(date),\n};\nexport const suggestionsContext = {\n closeSuggestions: () => {},\n openSuggestions: () => {},\n setInputBoxContainerRef: () => {},\n updateSuggestions: () => {},\n};\n\nconst filters = { example: 1, type: 'team' };\nconst sort = { last_updated: -1 };\n\nexport const channels = client.queryChannels(filters, sort, {\n subscribe: true,\n});\n\nexport const message = {\n __html:\n '<p><a href=\"https://unsplash.com/photos/lxuB4abGzXc\" rel=\"nofollow\">https://unsplash.com/photos/lxuB4abGzXc</a></p>\\n',\n attachments: [],\n command: '',\n created_at: '2019-01-25T00:18:59.675Z',\n html:\n '<p><a href=\"https://unsplash.com/photos/lxuB4abGzXc\" rel=\"nofollow\">https://unsplash.com/photos/lxuB4abGzXc</a></p>\\n',\n id: 'thierry-e298f569-8745-407f-a02b-f75c0206612f',\n own_reactions: [\n {\n created_at: '2019-01-25T16:24:00.173967Z',\n id: 142,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'love',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n {\n created_at: '2019-01-25T16:23:58.939438Z',\n id: 141,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'like',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n ],\n reaction_counts: {\n like: 1,\n love: 1,\n },\n reactions: [\n {\n created_at: '2019-01-25T16:24:00.173967Z',\n id: 142,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'love',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n {\n created_at: '2019-01-25T16:23:58.939438Z',\n id: 141,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'like',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n ],\n reply_count: 0,\n status: 'received',\n text: 'Hey this is getstream message',\n type: 'regular',\n updated_at: '2019-01-25T16:24:00.181Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n image:\n 'https://cdn.pixabay.com/photo/2014/03/25/16/54/user-297566__340.png',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n};\n\nexport const messageWithImages = {\n __html:\n '<p><a href=\"https://unsplash.com/photos/lxuB4abGzXc\" rel=\"nofollow\">https://unsplash.com/photos/lxuB4abGzXc</a></p>\\n',\n attachments: [\n {\n image_url:\n 'https://images.unsplash.com/photo-1548256434-c7d2374b1077?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEyMDd9',\n thumb_url:\n 'https://images.unsplash.com/photo-1548256434-c7d2374b1077?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEyMDd9',\n type: 'image',\n },\n {\n image_url:\n 'https://www.fujifilm.com/products/digital_cameras/x/fujifilm_x_t1/sample_images/img/index/ff_x_t1_002.JPG',\n thumb_url:\n 'https://www.fujifilm.com/products/digital_cameras/x/fujifilm_x_t1/sample_images/img/index/ff_x_t1_002.JPG',\n type: 'image',\n },\n {\n image_url:\n 'https://www.fujixpassion.com/wp-content/uploads/2016/01/Image-1-Title.jpg',\n thumb_url:\n 'https://www.fujixpassion.com/wp-content/uploads/2016/01/Image-1-Title.jpg',\n type: 'image',\n },\n {\n image_url:\n 'https://i-cdn.phonearena.com/images/articles/47012-image/photo2.jpg',\n thumb_url:\n 'https://i-cdn.phonearena.com/images/articles/47012-image/photo2.jpg',\n type: 'image',\n },\n ],\n command: '',\n created_at: '2019-01-25T00:18:59.675Z',\n html: '',\n id: 'thierry-e298f569-8745-407f-a02b-f75c0206612f',\n own_reactions: [\n {\n created_at: '2019-01-25T16:24:00.173967Z',\n id: 142,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'love',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n {\n created_at: '2019-01-25T16:23:58.939438Z',\n id: 141,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'like',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n ],\n reaction_counts: {\n like: 1,\n love: 1,\n },\n reactions: [\n {\n created_at: '2019-01-25T16:24:00.173967Z',\n id: 142,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'love',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n {\n created_at: '2019-01-25T16:23:58.939438Z',\n id: 141,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'like',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n ],\n reply_count: 0,\n status: 'received',\n text: 'This message contains images',\n type: 'regular',\n updated_at: '2019-01-25T16:24:00.181Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n image:\n 'https://cdn.pixabay.com/photo/2014/03/25/16/54/user-297566__340.png',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n \n};\n\nexport const messageWithUrlPreview = {\n __html:\n '<p><a href=\"https://unsplash.com/photos/lxuB4abGzXc\" rel=\"nofollow\">https://unsplash.com/photos/lxuB4abGzXc</a></p>\\n',\n attachments: [\n {\n image_url:\n 'https://images.unsplash.com/photo-1548256434-c7d2374b1077?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEyMDd9',\n og_scrape_url: 'https://unsplash.com/photos/lxuB4abGzXc',\n text:\n 'Download this photo in Addu City, Maldives by Ibrahim Shabil (@shabilphotos)',\n thumb_url:\n 'https://images.unsplash.com/photo-1548256434-c7d2374b1077?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEyMDd9',\n title: 'Cosmic Home photo by Ibrahim Shabil (@shabilphotos) on Unsplash',\n title_link: 'https://unsplash.com/photos/lxuB4abGzXc',\n type: 'image',\n },\n ],\n command: '',\n created_at: '2019-01-25T00:18:59.675Z',\n html:\n '<p><a href=\"https://unsplash.com/photos/lxuB4abGzXc\" rel=\"nofollow\">https://unsplash.com/photos/lxuB4abGzXc</a></p>\\n',\n id: 'thierry-e298f569-8745-407f-a02b-f75c0206612f',\n own_reactions: [\n {\n created_at: '2019-01-25T16:24:00.173967Z',\n id: 142,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'love',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n {\n created_at: '2019-01-25T16:23:58.939438Z',\n id: 141,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'like',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n ],\n reaction_counts: {\n like: 1,\n love: 1,\n },\n reactions: [\n {\n created_at: '2019-01-25T16:24:00.173967Z',\n id: 142,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'love',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n {\n created_at: '2019-01-25T16:23:58.939438Z',\n id: 141,\n message_id: 'd46540e6-fb54-42bf-9de1-654c866cf587',\n type: 'like',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n },\n ],\n reply_count: 0,\n status: 'received',\n text: 'https://unsplash.com/photos/lxuB4abGzXc',\n type: 'regular',\n updated_at: '2019-01-25T16:24:00.181Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n image:\n 'https://cdn.pixabay.com/photo/2014/03/25/16/54/user-297566__340.png',\n last_active: '2019-01-25T09:23:47.108127-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T16:23:47.052538Z',\n },\n};\n\nexport const thread = {\n __html:\n '<p>this place looks amazing: <a href=\"https://unsplash.com/photos/f3hDGOHptrM\" rel=\"nofollow\">https://unsplash.com/photos/f3hDGOHptrM</a></p>\\n',\n attachments: [\n {\n image_url:\n 'https://images.unsplash.com/photo-1548345233-4557b8809829?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEyMDd9',\n og_scrape_url: 'https://unsplash.com/photos/f3hDGOHptrM',\n text: 'Download this photo by Sandra Seitamaa (@seitamaaphotography)',\n thumb_url:\n 'https://images.unsplash.com/photo-1548345233-4557b8809829?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEyMDd9',\n title:\n 'Plant, tree, nature and river HD photo by Sandra Seitamaa (@seitamaaphotography) on Unsplash',\n title_link: 'https://unsplash.com/photos/f3hDGOHptrM',\n type: 'image',\n },\n ],\n command: '',\n created_at: '2019-01-25T21:25:45.306Z',\n html:\n '<p>this place looks amazing: <a href=\"https://unsplash.com/photos/f3hDGOHptrM\" rel=\"nofollow\">https://unsplash.com/photos/f3hDGOHptrM</a></p>\\n',\n id: 'thierry-ec4eac2b-1278-4f49-8b20-2ebcd76dace5',\n own_reactions: [],\n reaction_counts: null,\n reactions: [],\n reply_count: 2,\n status: 'received',\n text: 'this place looks amazing: https://unsplash.com/photos/f3hDGOHptrM',\n type: 'regular',\n updated_at: '2019-01-25T21:25:45.306Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n online: true,\n role: 'user',\n updated_at: '2019-01-25T21:27:39.606466Z',\n },\n \n};\n\nexport const threadMessages = [\n {\n __html: '<p>whow, where is that?</p>\\n',\n attachments: [],\n command: '',\n created_at: new Date('2019-01-25T21:26:06.346Z'),\n html: '<p>whow, where is that?</p>\\n',\n id: 'thierry-97a02ade-3a38-4400-9377-001c10fc2663',\n own_reactions: [],\n parent_id: '6312fb0b-0c94-4107-a036-376ac5ab650b',\n reaction_counts: null,\n reactions: [],\n reply_count: 0,\n status: 'received',\n text: 'whow, where is that?',\n type: 'reply',\n updated_at: '2019-01-25T21:26:06.346Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n invisible: false,\n last_active: '0001-01-01T00:00:00Z',\n mutes: [],\n online: false,\n role: 'user',\n updated_at: '2019-01-25T21:27:39.606466Z',\n },\n },\n {\n __html: '<p>it’s soo green, amazing</p>\\n',\n attachments: [],\n command: '',\n created_at: new Date('2019-01-25T21:26:11.863Z'),\n html: '<p>it’s soo green, amazing</p>\\n',\n id: 'thierry-264fdc4d-03c5-4f93-b97c-cfe5612968aa',\n own_reactions: [],\n parent_id: '6312fb0b-0c94-4107-a036-376ac5ab650b',\n reaction_counts: null,\n reactions: [],\n reply_count: 0,\n status: 'received',\n text: \"it's soo green, amazing\",\n type: 'reply',\n updated_at: '2019-01-25T21:26:11.863Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n invisible: false,\n last_active: '0001-01-01T00:00:00Z',\n mutes: [],\n online: false,\n role: 'user',\n updated_at: '2019-01-25T21:27:39.606466Z',\n },\n },\n];\n\nexport const messages = [\n {\n __html: '<p>whow, where is that?</p>\\n',\n attachments: [],\n command: '',\n created_at: new Date('2019-01-25T21:26:06.346Z'),\n html: '<p>whow, where is that?</p>\\n',\n id: 'thierry-97a02ade-3a38-4400-9377-001c10fc2663',\n own_reactions: [],\n parent_id: '6312fb0b-0c94-4107-a036-376ac5ab650b',\n reaction_counts: null,\n reactions: [],\n reply_count: 0,\n status: 'received',\n text: 'whow, where is that?',\n type: 'reply',\n updated_at: '2019-01-25T21:26:06.346Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n invisible: false,\n last_active: '0001-01-01T00:00:00Z',\n mutes: [],\n online: false,\n role: 'user',\n updated_at: '2019-01-25T21:27:39.606466Z',\n },\n },\n {\n __html: '<p>it’s soo green, amazing</p>\\n',\n attachments: [],\n command: '',\n created_at: new Date('2019-01-25T21:26:11.863Z'),\n html: '<p>it’s soo green, amazing</p>\\n',\n id: 'thierry-264fdc4d-03c5-4f93-b97c-cfe5612968aa',\n own_reactions: [],\n parent_id: '6312fb0b-0c94-4107-a036-376ac5ab650b',\n reaction_counts: null,\n reactions: [],\n reply_count: 0,\n status: 'received',\n text: \"it's soo green, amazing\",\n type: 'reply',\n updated_at: '2019-01-25T21:26:11.863Z',\n user: {\n created_at: '2019-01-22T16:35:18.417456Z',\n id: 'thierry',\n invisible: false,\n last_active: '0001-01-01T00:00:00Z',\n mutes: [],\n online: false,\n role: 'user',\n updated_at: '2019-01-25T21:27:39.606466Z',\n },\n },\n];\n\nexport const users = [\n {\n created_at: '2019-01-28T16:03:25.619982Z',\n id: 'thierry',\n last_active: '2019-01-28T15:07:32.314676-07:00',\n online: true,\n role: 'user',\n updated_at: '2019-01-28T22:07:32.297119Z',\n },\n];\n\nexport const MessageMock = {\n canDeleteMessage: () => true,\n canEditMessage: () => true,\n handleDelete: console.log,\n handleEdit: console.log,\n handleFlag: console.log,\n handleMute: console.log,\n};\n\n// Based on: https://javascript.info/promise-basics#example-loadscript\nfunction dynamicallyLoadScript(url) {\n return new Promise(function(resolve, reject) {\n const script = document.createElement('script');\n script.src = url;\n script.onload = resolve;\n script.onerror = () => reject(new Error(`Error when loading ${url}!`));\n document.body.appendChild(script);\n });\n}\ndynamicallyLoadScript('https://snack.expo.io/embed.js');\n"],"mappings":"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"}
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"File type not supported": "File type not supported",
|
|
23
23
|
"Flag": "Flag",
|
|
24
24
|
"Flag Message": "Flag Message",
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "Flag action failed either due to a network issue or the message is already flagged
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "Flag action failed either due to a network issue or the message is already flagged",
|
|
26
26
|
"Instant Commands": "Instant Commands",
|
|
27
27
|
"Links are disabled": "Links are disabled",
|
|
28
28
|
"Loading channels...": "Loading channels...",
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Réponse",
|
|
3
3
|
"1 Thread Reply": "Réponse à 1 fil",
|
|
4
|
-
"Allow access to your Gallery": "
|
|
5
|
-
"Also send to channel": "
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "
|
|
7
|
-
"Block User": "
|
|
8
|
-
"Cancel": "
|
|
9
|
-
"Cannot Flag Message": "
|
|
10
|
-
"Copy Message": "
|
|
11
|
-
"Delete": "
|
|
12
|
-
"Delete Message": "
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "
|
|
14
|
-
"Edit Message": "
|
|
15
|
-
"Editing Message": "
|
|
4
|
+
"Allow access to your Gallery": "",
|
|
5
|
+
"Also send to channel": "",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
+
"Block User": "",
|
|
8
|
+
"Cancel": "",
|
|
9
|
+
"Cannot Flag Message": "",
|
|
10
|
+
"Copy Message": "",
|
|
11
|
+
"Delete": "",
|
|
12
|
+
"Delete Message": "",
|
|
13
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
+
"Edit Message": "",
|
|
15
|
+
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Correspondance Emoji",
|
|
17
17
|
"Empty message...": "Message vide...",
|
|
18
18
|
"Error loading": "Erreur lors du chargement",
|
|
@@ -20,50 +20,50 @@
|
|
|
20
20
|
"Error loading messages for this channel...": "Erreur lors du chargement des messages de ce canal...",
|
|
21
21
|
"Error while loading, please reload/refresh": "Erreur lors du chargement, veuillez recharger/rafraîchir",
|
|
22
22
|
"File type not supported": "Le type de fichier n'est pas pris en charge",
|
|
23
|
-
"Flag": "
|
|
24
|
-
"Flag Message": "
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
23
|
+
"Flag": "",
|
|
24
|
+
"Flag Message": "",
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
26
|
"Instant Commands": "Commandes Instantanées",
|
|
27
|
-
"Links are disabled": "
|
|
27
|
+
"Links are disabled": "",
|
|
28
28
|
"Loading channels...": "Chargement des canaux...",
|
|
29
29
|
"Loading messages...": "Chargement des messages...",
|
|
30
30
|
"Loading...": "Chargement...",
|
|
31
|
-
"Message Reactions": "
|
|
31
|
+
"Message Reactions": "",
|
|
32
32
|
"Message deleted": "Message supprimé",
|
|
33
|
-
"Message flagged": "
|
|
34
|
-
"Mute User": "
|
|
33
|
+
"Message flagged": "",
|
|
34
|
+
"Mute User": "",
|
|
35
35
|
"Not supported": "Non pris en charge",
|
|
36
36
|
"Nothing yet...": "Aucun message...",
|
|
37
|
-
"Ok": "
|
|
38
|
-
"Only visible to you": "
|
|
39
|
-
"Photo": "
|
|
40
|
-
"Photos and Videos": "
|
|
41
|
-
"Pin to Conversation": "
|
|
37
|
+
"Ok": "",
|
|
38
|
+
"Only visible to you": "",
|
|
39
|
+
"Photo": "",
|
|
40
|
+
"Photos and Videos": "",
|
|
41
|
+
"Pin to Conversation": "",
|
|
42
42
|
"Pinned by": "Épinglé par",
|
|
43
|
-
"Please enable access to your photos and videos so you can share them.": "
|
|
44
|
-
"Please select a channel first": "
|
|
43
|
+
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
|
+
"Please select a channel first": "",
|
|
45
45
|
"Reconnecting...": "Se Reconnecter...",
|
|
46
|
-
"Reply": "
|
|
47
|
-
"Reply to Message": "
|
|
48
|
-
"Resend": "
|
|
46
|
+
"Reply": "",
|
|
47
|
+
"Reply to Message": "",
|
|
48
|
+
"Resend": "",
|
|
49
49
|
"Search GIFs": "Rechercher des GIF",
|
|
50
50
|
"Send a message": "Envoyer un message",
|
|
51
|
-
"Sending links is not allowed in this conversation": "
|
|
51
|
+
"Sending links is not allowed in this conversation": "",
|
|
52
52
|
"Slow mode ON": "Mode lent activé",
|
|
53
|
-
"The message has been reported to a moderator.": "
|
|
54
|
-
"Thread Reply": "
|
|
55
|
-
"Unblock User": "
|
|
56
|
-
"Unknown User": "
|
|
57
|
-
"Unmute User": "
|
|
58
|
-
"Unpin from Conversation": "
|
|
59
|
-
"Unread Messages": "
|
|
60
|
-
"Video": "
|
|
53
|
+
"The message has been reported to a moderator.": "",
|
|
54
|
+
"Thread Reply": "",
|
|
55
|
+
"Unblock User": "",
|
|
56
|
+
"Unknown User": "",
|
|
57
|
+
"Unmute User": "",
|
|
58
|
+
"Unpin from Conversation": "",
|
|
59
|
+
"Unread Messages": "",
|
|
60
|
+
"Video": "",
|
|
61
61
|
"You": "Toi",
|
|
62
|
-
"You can't send messages in this channel": "
|
|
63
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
64
|
-
"{{ index }} of {{ photoLength }}": "
|
|
62
|
+
"You can't send messages in this channel": "",
|
|
63
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
|
+
"{{ index }} of {{ photoLength }}": "",
|
|
65
65
|
"{{ replyCount }} Replies": "{{ replyCount }} Réponses",
|
|
66
66
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Réponses à la discussion",
|
|
67
|
-
"{{ user }} is typing": "
|
|
67
|
+
"{{ user }} is typing": "",
|
|
68
68
|
"🏙 Attachment...": "🏙 Pièce jointe..."
|
|
69
69
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 रिप्लाई",
|
|
3
3
|
"1 Thread Reply": "1 धागा उत्तर",
|
|
4
|
-
"Allow access to your Gallery": "
|
|
5
|
-
"Also send to channel": "
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "
|
|
7
|
-
"Block User": "
|
|
8
|
-
"Cancel": "
|
|
9
|
-
"Cannot Flag Message": "
|
|
10
|
-
"Copy Message": "
|
|
11
|
-
"Delete": "
|
|
12
|
-
"Delete Message": "
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "
|
|
14
|
-
"Edit Message": "
|
|
15
|
-
"Editing Message": "
|
|
4
|
+
"Allow access to your Gallery": "",
|
|
5
|
+
"Also send to channel": "",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
+
"Block User": "",
|
|
8
|
+
"Cancel": "",
|
|
9
|
+
"Cannot Flag Message": "",
|
|
10
|
+
"Copy Message": "",
|
|
11
|
+
"Delete": "",
|
|
12
|
+
"Delete Message": "",
|
|
13
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
+
"Edit Message": "",
|
|
15
|
+
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "इमोजी मिलान",
|
|
17
17
|
"Empty message...": "खाली संदेश...",
|
|
18
18
|
"Error loading": "लोड होने मे त्रुटि",
|
|
@@ -20,50 +20,50 @@
|
|
|
20
20
|
"Error loading messages for this channel...": "इस चैनल के लिए मेसेजेस लोड करने में त्रुटि हुई...",
|
|
21
21
|
"Error while loading, please reload/refresh": "एरर, रिफ्रेश करे",
|
|
22
22
|
"File type not supported": "फ़ाइल प्रकार समर्थित नहीं है",
|
|
23
|
-
"Flag": "
|
|
24
|
-
"Flag Message": "
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
23
|
+
"Flag": "",
|
|
24
|
+
"Flag Message": "",
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
26
|
"Instant Commands": "त्वरित कमांड",
|
|
27
|
-
"Links are disabled": "
|
|
27
|
+
"Links are disabled": "",
|
|
28
28
|
"Loading channels...": "चैनल लोड हो रहे हैं...",
|
|
29
29
|
"Loading messages...": "मेसेजस लोड हो रहे हैं...",
|
|
30
30
|
"Loading...": "लोड हो रहा है...",
|
|
31
|
-
"Message Reactions": "
|
|
31
|
+
"Message Reactions": "",
|
|
32
32
|
"Message deleted": "मैसेज हटा दिया गया",
|
|
33
|
-
"Message flagged": "
|
|
34
|
-
"Mute User": "
|
|
33
|
+
"Message flagged": "",
|
|
34
|
+
"Mute User": "",
|
|
35
35
|
"Not supported": "समर्थित नहीं",
|
|
36
36
|
"Nothing yet...": "कोई मैसेज नहीं है...",
|
|
37
|
-
"Ok": "
|
|
38
|
-
"Only visible to you": "
|
|
39
|
-
"Photo": "
|
|
40
|
-
"Photos and Videos": "
|
|
41
|
-
"Pin to Conversation": "
|
|
37
|
+
"Ok": "",
|
|
38
|
+
"Only visible to you": "",
|
|
39
|
+
"Photo": "",
|
|
40
|
+
"Photos and Videos": "",
|
|
41
|
+
"Pin to Conversation": "",
|
|
42
42
|
"Pinned by": "द्वारा पिन किया गया",
|
|
43
|
-
"Please enable access to your photos and videos so you can share them.": "
|
|
44
|
-
"Please select a channel first": "
|
|
43
|
+
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
|
+
"Please select a channel first": "",
|
|
45
45
|
"Reconnecting...": "पुनः कनेक्ट हो...",
|
|
46
|
-
"Reply": "
|
|
47
|
-
"Reply to Message": "
|
|
48
|
-
"Resend": "
|
|
46
|
+
"Reply": "",
|
|
47
|
+
"Reply to Message": "",
|
|
48
|
+
"Resend": "",
|
|
49
49
|
"Search GIFs": "GIF खोजें",
|
|
50
50
|
"Send a message": "एक संदेश भेजें",
|
|
51
|
-
"Sending links is not allowed in this conversation": "
|
|
51
|
+
"Sending links is not allowed in this conversation": "",
|
|
52
52
|
"Slow mode ON": "स्लो मोड चालू",
|
|
53
|
-
"The message has been reported to a moderator.": "
|
|
54
|
-
"Thread Reply": "
|
|
55
|
-
"Unblock User": "
|
|
56
|
-
"Unknown User": "
|
|
57
|
-
"Unmute User": "
|
|
58
|
-
"Unpin from Conversation": "
|
|
59
|
-
"Unread Messages": "
|
|
60
|
-
"Video": "
|
|
53
|
+
"The message has been reported to a moderator.": "",
|
|
54
|
+
"Thread Reply": "",
|
|
55
|
+
"Unblock User": "",
|
|
56
|
+
"Unknown User": "",
|
|
57
|
+
"Unmute User": "",
|
|
58
|
+
"Unpin from Conversation": "",
|
|
59
|
+
"Unread Messages": "",
|
|
60
|
+
"Video": "",
|
|
61
61
|
"You": "आप",
|
|
62
|
-
"You can't send messages in this channel": "
|
|
63
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
64
|
-
"{{ index }} of {{ photoLength }}": "
|
|
62
|
+
"You can't send messages in this channel": "",
|
|
63
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
|
+
"{{ index }} of {{ photoLength }}": "",
|
|
65
65
|
"{{ replyCount }} Replies": "{{ replyCount }} रिप्लाई",
|
|
66
66
|
"{{ replyCount }} Thread Replies": "{{ replyCount }}} थ्रेड उत्तर",
|
|
67
|
-
"{{ user }} is typing": "
|
|
67
|
+
"{{ user }} is typing": "",
|
|
68
68
|
"🏙 Attachment...": "🏙 अटैचमेंट..."
|
|
69
69
|
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"1 Reply": "1 Risposta",
|
|
3
3
|
"1 Thread Reply": "1 Risposta alla Discussione",
|
|
4
|
-
"Allow access to your Gallery": "
|
|
5
|
-
"Also send to channel": "
|
|
6
|
-
"Are you sure you want to permanently delete this message?": "
|
|
7
|
-
"Block User": "
|
|
8
|
-
"Cancel": "
|
|
9
|
-
"Cannot Flag Message": "
|
|
10
|
-
"Copy Message": "
|
|
11
|
-
"Delete": "
|
|
12
|
-
"Delete Message": "
|
|
13
|
-
"Do you want to send a copy of this message to a moderator for further investigation?": "
|
|
14
|
-
"Edit Message": "
|
|
15
|
-
"Editing Message": "
|
|
4
|
+
"Allow access to your Gallery": "",
|
|
5
|
+
"Also send to channel": "",
|
|
6
|
+
"Are you sure you want to permanently delete this message?": "",
|
|
7
|
+
"Block User": "",
|
|
8
|
+
"Cancel": "",
|
|
9
|
+
"Cannot Flag Message": "",
|
|
10
|
+
"Copy Message": "",
|
|
11
|
+
"Delete": "",
|
|
12
|
+
"Delete Message": "",
|
|
13
|
+
"Do you want to send a copy of this message to a moderator for further investigation?": "",
|
|
14
|
+
"Edit Message": "",
|
|
15
|
+
"Editing Message": "",
|
|
16
16
|
"Emoji matching": "Abbinamento emoji",
|
|
17
17
|
"Empty message...": "Message vuoto...",
|
|
18
18
|
"Error loading": "Errore di caricamento",
|
|
@@ -20,50 +20,50 @@
|
|
|
20
20
|
"Error loading messages for this channel...": "Errore durante il caricamento dei messaggi per questo canale...",
|
|
21
21
|
"Error while loading, please reload/refresh": "Errore durante il caricamento, per favore ricarica la pagina",
|
|
22
22
|
"File type not supported": "Tipo di file non supportato",
|
|
23
|
-
"Flag": "
|
|
24
|
-
"Flag Message": "
|
|
25
|
-
"Flag action failed either due to a network issue or the message is already flagged": "
|
|
23
|
+
"Flag": "",
|
|
24
|
+
"Flag Message": "",
|
|
25
|
+
"Flag action failed either due to a network issue or the message is already flagged": "",
|
|
26
26
|
"Instant Commands": "Comandi Istantanei",
|
|
27
|
-
"Links are disabled": "
|
|
27
|
+
"Links are disabled": "",
|
|
28
28
|
"Loading channels...": "Caricamento canali in corso...",
|
|
29
29
|
"Loading messages...": "Caricamento messaggi...",
|
|
30
30
|
"Loading...": "Caricamento...",
|
|
31
|
-
"Message Reactions": "
|
|
31
|
+
"Message Reactions": "",
|
|
32
32
|
"Message deleted": "Messaggio cancellato",
|
|
33
|
-
"Message flagged": "
|
|
34
|
-
"Mute User": "
|
|
33
|
+
"Message flagged": "",
|
|
34
|
+
"Mute User": "",
|
|
35
35
|
"Not supported": "non supportato",
|
|
36
36
|
"Nothing yet...": "Ancora niente...",
|
|
37
|
-
"Ok": "
|
|
38
|
-
"Only visible to you": "
|
|
39
|
-
"Photo": "
|
|
40
|
-
"Photos and Videos": "
|
|
41
|
-
"Pin to Conversation": "
|
|
37
|
+
"Ok": "",
|
|
38
|
+
"Only visible to you": "",
|
|
39
|
+
"Photo": "",
|
|
40
|
+
"Photos and Videos": "",
|
|
41
|
+
"Pin to Conversation": "",
|
|
42
42
|
"Pinned by": "Fissato da",
|
|
43
|
-
"Please enable access to your photos and videos so you can share them.": "
|
|
44
|
-
"Please select a channel first": "
|
|
43
|
+
"Please enable access to your photos and videos so you can share them.": "",
|
|
44
|
+
"Please select a channel first": "",
|
|
45
45
|
"Reconnecting...": "Ricollegarsi...",
|
|
46
|
-
"Reply": "
|
|
47
|
-
"Reply to Message": "
|
|
48
|
-
"Resend": "
|
|
46
|
+
"Reply": "",
|
|
47
|
+
"Reply to Message": "",
|
|
48
|
+
"Resend": "",
|
|
49
49
|
"Search GIFs": "Cerca GIF",
|
|
50
50
|
"Send a message": "Mandare un messaggio",
|
|
51
|
-
"Sending links is not allowed in this conversation": "
|
|
51
|
+
"Sending links is not allowed in this conversation": "",
|
|
52
52
|
"Slow mode ON": "Slowmode attiva",
|
|
53
|
-
"The message has been reported to a moderator.": "
|
|
54
|
-
"Thread Reply": "
|
|
55
|
-
"Unblock User": "
|
|
56
|
-
"Unknown User": "
|
|
57
|
-
"Unmute User": "
|
|
58
|
-
"Unpin from Conversation": "
|
|
59
|
-
"Unread Messages": "
|
|
60
|
-
"Video": "
|
|
53
|
+
"The message has been reported to a moderator.": "",
|
|
54
|
+
"Thread Reply": "",
|
|
55
|
+
"Unblock User": "",
|
|
56
|
+
"Unknown User": "",
|
|
57
|
+
"Unmute User": "",
|
|
58
|
+
"Unpin from Conversation": "",
|
|
59
|
+
"Unread Messages": "",
|
|
60
|
+
"Video": "",
|
|
61
61
|
"You": "Tu",
|
|
62
|
-
"You can't send messages in this channel": "
|
|
63
|
-
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "
|
|
64
|
-
"{{ index }} of {{ photoLength }}": "
|
|
62
|
+
"You can't send messages in this channel": "",
|
|
63
|
+
"{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "",
|
|
64
|
+
"{{ index }} of {{ photoLength }}": "",
|
|
65
65
|
"{{ replyCount }} Replies": "{{ replyCount }} Risposte",
|
|
66
66
|
"{{ replyCount }} Thread Replies": "{{replyCount}} Risposte alle Conversazione",
|
|
67
|
-
"{{ user }} is typing": "
|
|
67
|
+
"{{ user }} is typing": "",
|
|
68
68
|
"🏙 Attachment...": "🏙 Allegato..."
|
|
69
69
|
}
|