Skip to content

Commit

Permalink
Merge pull request #3728 from tloncorp/promote-6-1-0
Browse files Browse the repository at this point in the history
ops: promote 6.1.0
  • Loading branch information
arthyn authored Jul 10, 2024
2 parents 582d4d0 + d48941d commit f399f1a
Show file tree
Hide file tree
Showing 21 changed files with 625 additions and 381 deletions.
32 changes: 16 additions & 16 deletions apps/tlon-web/src/mocks/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ export const dmList: Activity = {
children: {},
'notify-count': 0,
reads: {
floor: '0',
posts: {},
floor: 0,
items: {},
},
},
'~nocsyx-lassul': {
Expand All @@ -156,8 +156,8 @@ export const dmList: Activity = {
children: {},
'notify-count': 0,
reads: {
floor: '0',
posts: {},
floor: 0,
items: {},
},
},
'~fallyn-balfus': {
Expand All @@ -168,8 +168,8 @@ export const dmList: Activity = {
children: {},
'notify-count': 0,
reads: {
floor: '0',
posts: {},
floor: 0,
items: {},
},
},
'~finned-palmer': {
Expand All @@ -180,8 +180,8 @@ export const dmList: Activity = {
children: {},
'notify-count': 0,
reads: {
floor: '0',
posts: {},
floor: 0,
items: {},
},
},
'~datder-sonnet': {
Expand All @@ -192,8 +192,8 @@ export const dmList: Activity = {
children: {},
'notify-count': 0,
reads: {
floor: '0',
posts: {},
floor: 0,
items: {},
},
},
'~hastuc-dibtux': {
Expand All @@ -204,8 +204,8 @@ export const dmList: Activity = {
children: {},
'notify-count': 0,
reads: {
floor: '0',
posts: {},
floor: 0,
items: {},
},
},
'~rilfun-lidlen': {
Expand All @@ -216,8 +216,8 @@ export const dmList: Activity = {
children: {},
'notify-count': 0,
reads: {
floor: '0',
posts: {},
floor: 0,
items: {},
},
},
'~mister-dister-dozzod-dozzod': {
Expand All @@ -228,8 +228,8 @@ export const dmList: Activity = {
children: {},
'notify-count': 0,
reads: {
floor: '0',
posts: {},
floor: 0,
items: {},
},
},
};
Expand Down
4 changes: 2 additions & 2 deletions apps/tlon-web/src/mocks/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ const dms: Handler[] = [
children: {},
'notify-count': 0,
reads: {
floor: '0',
posts: {},
floor: 0,
items: {},
},
};
dmList[req.json.ship] = unread;
Expand Down
4 changes: 2 additions & 2 deletions apps/tlon-web/src/state/broadcasts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ export function cohortToUnread(cohort: Cohort): Unread {
children: null,
'notify-count': 0,
reads: {
floor: '0',
posts: {},
floor: 0,
items: {},
},
},
};
Expand Down
4 changes: 2 additions & 2 deletions apps/tlon-web/src/state/unreads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ export const emptyUnread = (): Unread => ({
children: {},
'notify-count': 0,
reads: {
floor: '0',
posts: {},
floor: 0,
items: {},
},
},
recency: 0,
Expand Down
Loading

0 comments on commit f399f1a

Please sign in to comment.