Merge lp://staging/~phablet-team/history-service/wait_for_self_not_pending into lp://staging/history-service/staging
Proposed by
Tiago Salem Herrmann
Status: | Merged |
---|---|
Approved by: | Tiago Salem Herrmann |
Approved revision: | 240 |
Merged at revision: | 257 |
Proposed branch: | lp://staging/~phablet-team/history-service/wait_for_self_not_pending |
Merge into: | lp://staging/history-service/staging |
Prerequisite: | lp://staging/~phablet-team/history-service/improve_participant_changes_notification |
Diff against target: |
230 lines (+79/-19) 5 files modified
daemon/historydaemon.cpp (+45/-15) daemon/historydaemon.h (+6/-1) plugins/sqlite/sqlitehistoryplugin.cpp (+20/-3) plugins/sqlite/sqlitehistoryplugin.h (+4/-0) src/plugin.h (+4/-0) |
To merge this branch: | bzr merge lp://staging/~phablet-team/history-service/wait_for_self_not_pending |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Tiago Salem Herrmann (community) | Approve | ||
Review via email: mp+316149@code.staging.launchpad.net |
This proposal supersedes a proposal from 2017-01-30.
Commit message
Only start saving information events about contacts joining and leaving after the self contact is in the local list of participants.
Description of the change
Only start saving information events about contacts joining and leaving after the self contact is in the local list of participants.
To post a comment you must log in.
looks good. thanks.