Going to close this as friends is not in development anymore...
** Changed in: friends (Ubuntu)
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272101
Title:
Me
** No longer affects: friends-app (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272101
Title:
Mentions disappear
To manage notifications about this bug go to:
https://bugs.launchpad.net/u
Okay I think this is implemented now. Will test it for a week and see if
something broke :)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272101
Title:
Mentions disappear
To manage notifications a
It'd be "Model.get_row(iter)['stream']" i think.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1272101
Title:
Mentions disappear
To manage notifications about this bug go to:
https://bugs.launchpad
Think I need some help on how to use GVariant here.
Basically I want to find out which stream each row belongs to so I do
something like that while iterating over them:
iter = Model.get_iter_at_row(pos)
stream = Model.get_row(iter).stream
But then I get:
File "/usr/lib/python3/dist-packages/gi
** Branch linked: lp:~kai-mast/friends/keep-mentions
** Changed in: friends (Ubuntu)
Assignee: (unassigned) => Kai Mast (kai-mast)
** Changed in: friends (Ubuntu)
Status: New => In Progress
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subsc
Ah thanks.
So, we would need to change this to prune per stream. Otherwise, the
mentions Tab sometimes is empty or just contains one or two messages
which looks kind of broken.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://b
In main.py it calls prune_model(2000). So if you've received 2000 new
messages since the last time you were mentioned, then yes, the mentions
will disappear.
** Also affects: friends (Ubuntu)
Importance: Undecided
Status: New
** Changed in: friends-app (Ubuntu)
Status: New => Inv