social_stream-base 0.9.25 → 0.9.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/app/models/contact.rb
CHANGED
|
@@ -126,9 +126,6 @@ class Contact < ActiveRecord::Base
|
|
|
126
126
|
# We need to update that status here
|
|
127
127
|
def relation_ids=(ids)
|
|
128
128
|
remove_follower(ids)
|
|
129
|
-
if defined?(SocialStream::Presence) and SocialStream::Presence.enable
|
|
130
|
-
SocialStream::Presence::XmppServerOrder::removeBuddy(self)
|
|
131
|
-
end
|
|
132
129
|
association(:relations).ids_writer(ids)
|
|
133
130
|
end
|
|
134
131
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: social_stream-base
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 15
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 9
|
|
9
|
-
-
|
|
10
|
-
version: 0.9.
|
|
9
|
+
- 26
|
|
10
|
+
version: 0.9.26
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- GING - DIT - UPM
|