Merge lp://staging/~stipple-devs/stipple/stipple-empathy into lp://staging/stipple
Proposed by
Mitch Towner
Status: | Merged |
---|---|
Approved by: | malev |
Approved revision: | 18 |
Merged at revision: | 18 |
Proposed branch: | lp://staging/~stipple-devs/stipple/stipple-empathy |
Merge into: | lp://staging/stipple |
Diff against target: |
93 lines (+84/-0) 2 files modified
plugins/empathy-accounts.py (+42/-0) plugins/empathy-logs.py (+42/-0) |
To merge this branch: | bzr merge lp://staging/~stipple-devs/stipple/stipple-empathy |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Duane Hinnen | Approve | ||
malev (community) | Approve | ||
Review via email: mp+30775@code.staging.launchpad.net |
Description of the change
Added 2 separate plugins for empathy. 1 to sync account info, 1 to sync account logs. These 2 functions were originally combined into 1 plugin that didn't work due to a bug in the stipple.py code which is now fixed. Both Duane & I are undecided whether this functionality should be combined into 1 plugin or split into 2 different plugins.
The 'use case' for having 2 separate plugins is a user who wants to sync *only* their account info, not their conversation logs. Please feel free to comment with your thoughts.
To post a comment you must log in.
I like it