typeahead: Add pm_conversations module.

In pm_conversations.js, added function to make a user a PM partner and
another function to check if a user is a PM partner. A PM partner is
someone with whom the user has been in a PM with.
This commit is contained in:
Akhil
2017-06-01 05:46:23 +00:00
parent f04da3d52e
commit 64f2b51496
6 changed files with 42 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
add_dependencies({
people: 'js/people.js',
util: 'js/util.js',
pm_conversations: 'js/pm_conversations.js',
});
var noop = function () {};