mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
Merge pull request #2730 from liam-fitzgerald/lf/chat-synced-fix
chat-fe: resubscribe message iff chatSynced is populated
This commit is contained in:
commit
5bb9776b70
@ -274,6 +274,7 @@ export class ChatScreen extends Component {
|
||||
this.scrollElement = el;
|
||||
}}></div>
|
||||
{ (
|
||||
props.chatSynced &&
|
||||
!(props.station in props.chatSynced) &&
|
||||
(messages.length > 0)
|
||||
) ? (
|
||||
|
@ -24,7 +24,7 @@ class Store {
|
||||
initialState() {
|
||||
return {
|
||||
inbox: {},
|
||||
chatSynced: {},
|
||||
chatSynced: null,
|
||||
contacts: {},
|
||||
permissions: {},
|
||||
invites: {},
|
||||
|
Loading…
Reference in New Issue
Block a user