~ubuntu-branches/ubuntu/maverick/gwibber/maverick-updates

« back to all changes in this revision

Viewing changes to gwibber/microblog/identica.py

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-11-10 23:14:44 UTC
  • mfrom: (0.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101110231444-jadhkxi2f8bjo3jl
Tags: 2.32.2-0ubuntu1
* Drop the responses operation from facebook, it abuses the 
  allocation facebook gives us based on the DB query count (LP: #614742)
* Fixed notifications for private messages (LP: #663377)

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
    m["recipient"]["location"] = data["recipient"]["location"]
120
120
    m["recipient"]["url"] = "/".join((URL_PREFIX, m["recipient"]["nick"]))
121
121
    m["recipient"]["is_me"] = m["recipient"]["nick"].lower() == self.account["username"].lower()
 
122
    m["to_me"] = m["recipient"]["is_me"]
122
123
    return m
123
124
 
124
125
  def _result(self, data):