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.
Originally reported by: xeross (Bitbucket: xeross, GitHub: xeross)
Currently the watch module stores watches like:
Swap this around to:
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.