Skip to content

Swap around watch storage in the 'watch' module #16

Description

@WaveHack

Originally reported by: xeross (Bitbucket: xeross, GitHub: xeross)


Currently the watch module stores watches like:

<username> => [<watched people>]

Swap this around to:

<person> => [<people person is being watched by>]

This way look-ups when someone says something are cheaper, and you could combine everyone into a single message if multiple people are watching a single person.


Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions