summaryrefslogtreecommitdiff
path: root/plugins/SocialLayout/layout.js
blob: 730ba6338758831f23c37f65f443500b2a21faf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * 1. Provide easy autocomplete functionality
 * for social-object plugins to use in the
 * notice form.
 * They will need to specify the groups and
 * mentions (@-replies) explicitly, since
 * we won't be "parsing" their content for it
 * autocomplete will help there.
 * see: SocialAutocompleteAction.php
 *
 * 2. make some abstractions for social-objects
 * use ajax.
 */