stream-chat-react-native-core 8.0.0-rc.11 → 8.0.0-rc.12

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.
@@ -38,7 +38,7 @@ var selectMessagesForChannels = exports.selectMessagesForChannels = function ()
38
38
  LEFT JOIN
39
39
  users b
40
40
  ON b.id = a.userId
41
- WHERE RowNum < 200
41
+ WHERE RowNum < 25
42
42
  ORDER BY a.createdAt ASC`, cids);
43
43
  return result.map(function (r) {
44
44
  return JSON.parse(r.value);
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "8.0.0-rc.11"
2
+ "version": "8.0.0-rc.12"
3
3
  }
@@ -38,7 +38,7 @@ var selectMessagesForChannels = exports.selectMessagesForChannels = function ()
38
38
  LEFT JOIN
39
39
  users b
40
40
  ON b.id = a.userId
41
- WHERE RowNum < 200
41
+ WHERE RowNum < 25
42
42
  ORDER BY a.createdAt ASC`, cids);
43
43
  return result.map(function (r) {
44
44
  return JSON.parse(r.value);
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "8.0.0-rc.11"
2
+ "version": "8.0.0-rc.12"
3
3
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stream-chat-react-native-core",
3
3
  "description": "The official React Native and Expo components for Stream Chat, a service for building chat applications",
4
- "version": "8.0.0-rc.11",
4
+ "version": "8.0.0-rc.12",
5
5
  "author": {
6
6
  "company": "Stream.io Inc",
7
7
  "name": "Stream.io Inc"
@@ -38,7 +38,7 @@ export const selectMessagesForChannels = async (
38
38
  LEFT JOIN
39
39
  users b
40
40
  ON b.id = a.userId
41
- WHERE RowNum < 200
41
+ WHERE RowNum < 25
42
42
  ORDER BY a.createdAt ASC`,
43
43
  cids,
44
44
  );
package/src/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "8.0.0-rc.11"
2
+ "version": "8.0.0-rc.12"
3
3
  }