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.
Files changed (39) hide show
  1. package/lib/commonjs/components/docs/data.js +1 -1
  2. package/lib/commonjs/components/docs/data.js.map +1 -1
  3. package/lib/commonjs/i18n/en.json +1 -1
  4. package/lib/commonjs/i18n/fr.json +42 -42
  5. package/lib/commonjs/i18n/hi.json +42 -42
  6. package/lib/commonjs/i18n/it.json +42 -42
  7. package/lib/commonjs/i18n/nl.json +42 -42
  8. package/lib/commonjs/i18n/ru.json +41 -41
  9. package/lib/commonjs/i18n/tr.json +41 -41
  10. package/lib/commonjs/version.json +1 -1
  11. package/lib/module/components/docs/data.js +1 -1
  12. package/lib/module/components/docs/data.js.map +1 -1
  13. package/lib/module/i18n/en.json +1 -1
  14. package/lib/module/i18n/fr.json +42 -42
  15. package/lib/module/i18n/hi.json +42 -42
  16. package/lib/module/i18n/it.json +42 -42
  17. package/lib/module/i18n/nl.json +42 -42
  18. package/lib/module/i18n/ru.json +41 -41
  19. package/lib/module/i18n/tr.json +41 -41
  20. package/lib/module/version.json +1 -1
  21. package/lib/typescript/i18n/en.json +1 -1
  22. package/lib/typescript/i18n/fr.json +42 -42
  23. package/lib/typescript/i18n/hi.json +42 -42
  24. package/lib/typescript/i18n/it.json +42 -42
  25. package/lib/typescript/i18n/nl.json +42 -42
  26. package/lib/typescript/i18n/ru.json +41 -41
  27. package/lib/typescript/i18n/tr.json +41 -41
  28. package/lib/typescript/utils/Streami18n.d.ts +4 -0
  29. package/package.json +1 -1
  30. package/src/__tests__/offline-support/offline-feature.js +1 -1
  31. package/src/components/docs/data.js +1 -1
  32. package/src/i18n/en.json +1 -1
  33. package/src/i18n/fr.json +42 -42
  34. package/src/i18n/hi.json +42 -42
  35. package/src/i18n/it.json +42 -42
  36. package/src/i18n/nl.json +42 -42
  37. package/src/i18n/ru.json +41 -41
  38. package/src/i18n/tr.json +41 -41
  39. package/src/version.json +1 -1
@@ -40,7 +40,7 @@ var filters = {
40
40
  type: 'team'
41
41
  };
42
42
  var sort = {
43
- last_message_at: -1
43
+ last_updated: -1
44
44
  };
45
45
  var channels = client.queryChannels(filters, sort, {
46
46
  subscribe: true
@@ -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":"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"}
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": "Autoriser l'accès à votre galerie",
5
- "Also send to channel": "Envoyer également à la chaîne",
6
- "Are you sure you want to permanently delete this message?": "Êtes-vous sûr de vouloir supprimer définitivement ce message?",
7
- "Block User": "Bloquer un utilisateur",
8
- "Cancel": "Annuler",
9
- "Cannot Flag Message": "Impossible de signaler le message",
10
- "Copy Message": "Copier le message",
11
- "Delete": "Supprimer",
12
- "Delete Message": "Supprimer un message",
13
- "Do you want to send a copy of this message to a moderator for further investigation?": "Voulez-vous envoyer une copie de ce message à un modérateur pour une enquête plus approfondie?",
14
- "Edit Message": "Éditer un message",
15
- "Editing Message": "Édite un 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": "Signaler",
24
- "Flag Message": "Signaler le message",
25
- "Flag action failed either due to a network issue or the message is already flagged": "L'action de signalisation a échoué en raison d'un problème de réseau ou le message est déjà signalé.",
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": "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": "Réactions aux messages",
31
+ "Message Reactions": "",
32
32
  "Message deleted": "Message supprimé",
33
- "Message flagged": "Message signalé",
34
- "Mute User": "Utilisateur muet",
33
+ "Message flagged": "",
34
+ "Mute User": "",
35
35
  "Not supported": "Non pris en charge",
36
36
  "Nothing yet...": "Aucun message...",
37
- "Ok": "Ok",
38
- "Only visible to you": "Seulement visible par vous",
39
- "Photo": "Photo",
40
- "Photos and Videos": "Photos et vidéos",
41
- "Pin to Conversation": "Épingler à la 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.": "Veuillez autoriser l'accès à vos photos et vidéos afin de pouvoir les partager.",
44
- "Please select a channel first": "Veuillez d'abord selectionnez un canal",
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": "Répondre",
47
- "Reply to Message": "Répondre au message",
48
- "Resend": "Renvoyer",
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": "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.": "Le message a été signalé à un modérateur.",
54
- "Thread Reply": "Réponse à la discussion",
55
- "Unblock User": "Débloquer Utilisateur",
56
- "Unknown User": "Utilisateur inconnu",
57
- "Unmute User": "Activer le son de Utilisateur",
58
- "Unpin from Conversation": "Décrocher de la conversation",
59
- "Unread Messages": "Messages non lus",
60
- "Video": "Vidéo",
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": "You can't send messages in this channel",
63
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} et {{ nonSelfUserLength }} autres sont en train d'écrire",
64
- "{{ index }} of {{ photoLength }}": "{{ index }} sur {{ 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": "{{ user }} est en train d'écrire",
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": "{{ firstUser }} और {{ nonSelfUserLength }} अधिक टाइप कर रहे हैं",
64
- "{{ index }} of {{ photoLength }}": "{{ index }} / {{ 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": "{{ user }} टाइप कर रहा है",
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": "Consenti l'accesso alla tua galleria",
5
- "Also send to channel": "Invia anche al canale",
6
- "Are you sure you want to permanently delete this message?": "Sei sicuro di voler eliminare definitivamente questo messaggio?",
7
- "Block User": "Blocca Utente",
8
- "Cancel": "Annulla",
9
- "Cannot Flag Message": "Impossibile Segnalare Messaggio",
10
- "Copy Message": "Copia Messaggio",
11
- "Delete": "Elimina",
12
- "Delete Message": "Cancella il Messaggio",
13
- "Do you want to send a copy of this message to a moderator for further investigation?": "Vuoi inviare una copia di questo messaggio a un moderatore per ulteriori indagini?",
14
- "Edit Message": "Modifica Messaggio",
15
- "Editing Message": "Modificando il Messaggio",
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": "Contrassegna",
24
- "Flag Message": "Contrassegna Messaggio",
25
- "Flag action failed either due to a network issue or the message is already flagged": "L'azione di segnalazione non è riuscita a causa di un problema di rete o il messaggio è già segnalato.",
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": "I link sono disabilitati",
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": "Reazioni ai Messaggi",
31
+ "Message Reactions": "",
32
32
  "Message deleted": "Messaggio cancellato",
33
- "Message flagged": "Messaggio contrassegnato",
34
- "Mute User": "Utente Muto",
33
+ "Message flagged": "",
34
+ "Mute User": "",
35
35
  "Not supported": "non supportato",
36
36
  "Nothing yet...": "Ancora niente...",
37
- "Ok": "Ok",
38
- "Only visible to you": "Visibile solo a te",
39
- "Photo": "Foto",
40
- "Photos and Videos": "Foto e Video",
41
- "Pin to Conversation": "Metti in evidenza",
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.": "Abilita l'accesso alle tue foto e ai tuoi video in modo da poterli condividere.",
44
- "Please select a channel first": "Seleziona un canale",
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": "Rispondi",
47
- "Reply to Message": "Rispondi al messaggio",
48
- "Resend": "Invia di nuovo",
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": "L'invio di link non è consentito in questa conversazione",
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.": "Il messaggio è stato segnalato a un moderatore.",
54
- "Thread Reply": "Rispondi alla Discussione",
55
- "Unblock User": "Sblocca utente",
56
- "Unknown User": "Utente sconosciuto",
57
- "Unmute User": "Riattiva utente",
58
- "Unpin from Conversation": "Rimuovi dagli elementi in evidenza",
59
- "Unread Messages": "Messaggi non letti",
60
- "Video": "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": "Non puoi inviare messaggi in questo canale",
63
- "{{ firstUser }} and {{ nonSelfUserLength }} more are typing": "{{ firstUser }} e altri {{ nonSelfUserLength }} stanno scrivendo",
64
- "{{ index }} of {{ photoLength }}": "{{ index }} di {{ 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": "{{ user }} sta scrivendo",
67
+ "{{ user }} is typing": "",
68
68
  "🏙 Attachment...": "🏙 Allegato..."
69
69
  }