Posted by mikesmullin on May 30, 2007 at 4:07am
| Project: | Buddylist |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
This patch (see attached) makes the /contrib/buddylistautoadd.module add buddies reciprocally, instead of just one-way. This reflects the behavior of MySpace (e.g. Tom), and I recommend someone take this patch and add the necessary lines of code in the hook_settings() function to make it an option (whether or not to add buddies reciprocally).
Great module! Thanks.
| Attachment | Size |
|---|---|
| patch_129.txt | 809 bytes |
Comments
#1
This reuses the value of the 'buddylist_require_approval' setting which IIRC is already used to determine whether buddies are reciprocal or not. Untested.