diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c168978..28dca15 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -5,13 +5,7 @@
-
-
-
-
-
-
-
+
@@ -21,12 +15,12 @@
-
+
-
-
+
+
@@ -42,11 +36,11 @@
-
+
-
-
+
+
@@ -93,6 +87,7 @@
non-
print
time.
+ "create
@@ -109,10 +104,10 @@
-
+
@@ -297,16 +292,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -334,12 +319,22 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/spontit/examples.py b/spontit/examples.py
index 3076dd5..1ff4f9b 100644
--- a/spontit/examples.py
+++ b/spontit/examples.py
@@ -221,7 +221,7 @@ def get_invite_options_for_my_main_account(self):
print("Simple push example result: " + str(response))
# ...or get right to pushing!
- response = spontit_src.push("Hello!")
+ response = spontit_src.push("Hello!!!")
print("Result: " + str(response))
# To see documentation, run:
diff --git a/spontit/resource.py b/spontit/resource.py
index 1b0137b..06eaffc 100644
--- a/spontit/resource.py
+++ b/spontit/resource.py
@@ -237,6 +237,7 @@ def push(self,
assert type(ios_deep_link) == str
payload["iOSDeepLink"] = ios_deep_link
+ payload["userId"] = self.user_id
if channel_id is not None:
assert type(channel_id) == str
payload["userId"] = channel_id