summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tabs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tabs.py b/src/tabs.py
index c4615f0c..3d38ec2b 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -2497,6 +2497,7 @@ class RosterInfoTab(Tab):
if jid in roster and roster[jid].subscription in ('to', 'both'):
return self.core.information('Already subscribed.', 'Roster')
roster.add(jid)
+ roster.modified()
def command_name(self, arg):
"""