Skip to content

Conversation

GnarLito
Copy link
Owner

begin for adding message class to client user.

TODO:

  • extend user class for userId can I get it a another way then search or message group?
  • POST send, update, leave, API endpoints

@GnarLito GnarLito linked an issue Nov 22, 2021 that may be closed by this pull request
self._sync()

def _sync(self):
self.message_groups = [MessageGroup(state=self._state, data=group) for group in self._state.http.get_all_group_messages()]
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Issue:

  • unnessesery onload overhead (since is wont be used much)
  • dynamic data, meaning that the user can join and leave groups at runtime

ToDo:

  • set self.message_groups to class only self._message_groups
  • move group building to State machine #7

@GnarLito GnarLito closed this Nov 24, 2021
@GnarLito
Copy link
Owner Author

Solved by #13

@GnarLito GnarLito deleted the feature/messages branch November 25, 2021 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

messaging/Notifications

1 participant