deltachat-rpc-client 2.16.0__py3-none-any.whl → 2.17.0__py3-none-any.whl
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.
Potentially problematic release.
This version of deltachat-rpc-client might be problematic. Click here for more details.
- deltachat_rpc_client/pytestplugin.py +1 -3
- {deltachat_rpc_client-2.16.0.dist-info → deltachat_rpc_client-2.17.0.dist-info}/METADATA +1 -1
- {deltachat_rpc_client-2.16.0.dist-info → deltachat_rpc_client-2.17.0.dist-info}/RECORD +7 -7
- {deltachat_rpc_client-2.16.0.dist-info → deltachat_rpc_client-2.17.0.dist-info}/WHEEL +0 -0
- {deltachat_rpc_client-2.16.0.dist-info → deltachat_rpc_client-2.17.0.dist-info}/entry_points.txt +0 -0
- {deltachat_rpc_client-2.16.0.dist-info → deltachat_rpc_client-2.17.0.dist-info}/licenses/LICENSE +0 -0
- {deltachat_rpc_client-2.16.0.dist-info → deltachat_rpc_client-2.17.0.dist-info}/top_level.txt +0 -0
|
@@ -28,9 +28,7 @@ class ACFactory:
|
|
|
28
28
|
|
|
29
29
|
def get_unconfigured_account(self) -> Account:
|
|
30
30
|
"""Create a new unconfigured account."""
|
|
31
|
-
|
|
32
|
-
account.set_config("verified_one_on_one_chats", "1")
|
|
33
|
-
return account
|
|
31
|
+
return self.deltachat.add_account()
|
|
34
32
|
|
|
35
33
|
def get_unconfigured_bot(self) -> Bot:
|
|
36
34
|
"""Create a new unconfigured bot."""
|
|
@@ -9,11 +9,11 @@ deltachat_rpc_client/deltachat.py,sha256=4KpiHbpfXM_LmbG-OvtDACK9W09UH0tsJyFunfH
|
|
|
9
9
|
deltachat_rpc_client/events.py,sha256=Y45LoGlQy0i1U-LhoqF9njqJWA8v4b-XHfXZ4VOr1TQ,10205
|
|
10
10
|
deltachat_rpc_client/message.py,sha256=nnHbuyCq1fVloaDnyppjoE-JdwBhcZnju1_UxlQk_zg,4410
|
|
11
11
|
deltachat_rpc_client/py.typed,sha256=nGQ9Itq-bkXBn5Ri1JIR0oYnDNv7LDRfkowxBSSqVTM,60
|
|
12
|
-
deltachat_rpc_client/pytestplugin.py,sha256=
|
|
12
|
+
deltachat_rpc_client/pytestplugin.py,sha256=_UF0a3XHwj5j46b-eNyFI9flhq-c3mqC8K7oPiLY-sc,5650
|
|
13
13
|
deltachat_rpc_client/rpc.py,sha256=AUY8UJP7NlRSE5ewJs9jGxJdK8etKqsCEFWiIqnX5T8,6981
|
|
14
|
-
deltachat_rpc_client-2.
|
|
15
|
-
deltachat_rpc_client-2.
|
|
16
|
-
deltachat_rpc_client-2.
|
|
17
|
-
deltachat_rpc_client-2.
|
|
18
|
-
deltachat_rpc_client-2.
|
|
19
|
-
deltachat_rpc_client-2.
|
|
14
|
+
deltachat_rpc_client-2.17.0.dist-info/licenses/LICENSE,sha256=Pz2eACSxkhsGfW9_iN60pgy-enjnbGTj8df8O3ebnQQ,16726
|
|
15
|
+
deltachat_rpc_client-2.17.0.dist-info/METADATA,sha256=60ZMWGVf3AuEIGiAeXpDVTWiGdTvWEUDD2k2krzUANI,2174
|
|
16
|
+
deltachat_rpc_client-2.17.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
deltachat_rpc_client-2.17.0.dist-info/entry_points.txt,sha256=VHpX6EnKBaNj89qJWctApThnMa8suyaamfZEnQacXgc,81
|
|
18
|
+
deltachat_rpc_client-2.17.0.dist-info/top_level.txt,sha256=ePNMkY10htGrLiLydH1ITvYFM3LcTEa51HyPqJ40hDk,21
|
|
19
|
+
deltachat_rpc_client-2.17.0.dist-info/RECORD,,
|
|
File without changes
|
{deltachat_rpc_client-2.16.0.dist-info → deltachat_rpc_client-2.17.0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.16.0.dist-info → deltachat_rpc_client-2.17.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{deltachat_rpc_client-2.16.0.dist-info → deltachat_rpc_client-2.17.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|