mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
@@ -1,6 +1,7 @@
|
||||
add_dependencies({
|
||||
people: 'js/people.js',
|
||||
util: 'js/util.js',
|
||||
pm_conversations: 'js/pm_conversations.js',
|
||||
});
|
||||
|
||||
var noop = function () {};
|
||||
|
||||
Reference in New Issue
Block a user