Mads Marquart
4f947cdbb5
Version up, thanks to @kapi2289 and @kaushalvivek
v1.5.0
2019-01-25 16:01:47 +01:00
Mads Marquart
ec6c29052a
Merge pull request #371 from carpedm20/fix-enums
...
Fix `ThreadColor` and `MessageReaction` enums
2019-01-24 22:42:41 +01:00
Mads Marquart
6b117502f3
Merge branch 'master' into fix-enums
2019-01-24 22:40:44 +01:00
Mads Marquart
3e7b20c379
Merge pull request #377 from kapi2289/fix-fbchatexception
...
Fixed typos in FBchatException
2019-01-05 18:20:38 +01:00
Kacper Ziubryniewicz
f4a997c0ef
Fixed typos in FBchatException
2019-01-05 17:55:54 +01:00
Mads Marquart
84fa15e44c
Merge pull request #333 from kapi2289/extensible_attachments
...
[Feature] Extensible attachments
2019-01-04 21:06:11 +01:00
Kacper Ziubryniewicz
7b8ecf8fe3
Changed deleted
to unsent
2019-01-04 20:02:00 +01:00
Kacper Ziubryniewicz
95989b6da7
Merge branch 'master' into extensible_attachments
2018-12-23 14:58:03 +01:00
Kacper Ziubryniewicz
22e57f99a1
deleted
attribute of Message
...
and batter handling of deleted (unsended) messages
2018-12-23 14:56:27 +01:00
Kacper Ziubryniewicz
b9d29c0417
Removed addReaction
, removeReaction
, _react
...
(and undeprecated `reactToMessage`)
2018-12-23 14:45:17 +01:00
Mads Marquart
45d8b45d96
Fix enum_extend_if_invalid
warning
2018-12-12 23:22:08 +01:00
Mads Marquart
b6a6d7dc68
Move enum_extend_if_invalid
to utils.py
2018-12-12 23:06:16 +01:00
Mads Marquart
c57b84cd0b
Refactor enum extending
2018-12-12 23:04:26 +01:00
Mads Marquart
78e7841b5e
Extend MessageReaction
when encountering unknown values
2018-12-12 22:53:23 +01:00
Mads Marquart
e41d981449
Extend ThreadColor
when encountering unknown values
2018-12-12 22:44:19 +01:00
Mads Marquart
381227af66
Make use aenum
instead of the default enum
2018-12-12 22:39:31 +01:00
Mads Marquart
2f8d0728ba
Merge pull request #366 from kaushalvivek/master
...
Fix for issue #365
2018-12-10 21:16:57 +01:00
kaushalvivek
13bfc5f2f9
Fix for search limit
2018-12-10 14:46:04 +05:30
Mads Marquart
f8d3b571ba
Version up, thanks to @ekohilas and @kapi2289
v1.4.2
2018-12-09 21:21:00 +01:00
Mads Marquart
64b1e52d4c
Merge pull request #357 from carpedm20/fixed-listening
...
Fixed listening
2018-12-09 19:23:33 +01:00
Mads Marquart
b650f7ee9a
Merge pull request #367 from carpedm20/fix-pytest-deprecation
...
Fix pytest "Applying marks directly to parameters" deprecation
2018-12-09 19:23:20 +01:00
Kacper Ziubryniewicz
d4446280c7
Detecting when someone unsends a message
2018-12-09 15:27:01 +01:00
Mads Marquart
3443a233f4
Fix pytest "Applying marks directly to parameters" deprecation
2018-12-09 15:02:48 +01:00
Kacper Ziubryniewicz
861f17bc4d
Added DeletedMessage attachment
2018-12-09 14:55:10 +01:00
Kacper Ziubryniewicz
41bbe18e3d
Unsending messages
2018-12-09 14:36:23 +01:00
Vivek Kaushal
d32b7b612a
Fix for issue #365
2018-12-07 21:26:48 +05:30
Mads Marquart
160386be62
Added support for request_batch
parsing in _parseMessage
2018-11-09 20:08:26 +01:00
Mads Marquart
64bdde8f33
Sticky and pool parameters can be set after the inital _fetchSticky
2018-11-07 20:06:10 +01:00
Kacper Ziubryniewicz
8739318101
Sending voice clips
2018-10-30 22:24:47 +01:00
Kacper Ziubryniewicz
1ac569badd
Sending pinned or current location
2018-10-30 22:21:05 +01:00
Mads Marquart
89a277c354
Merge pull request #354 from ekohilas/master
...
separate spellchecked docs
2018-10-28 12:46:48 +01:00
Mads Marquart
8238387c7d
Merge pull request #353 from ekohilas/docstrings
...
completed todo for graphql_requests
2018-10-28 12:45:37 +01:00
ekohilas
6c829581af
completed todo for graphql_requests
2018-10-27 02:02:15 +11:00
ekohilas
d180650c1b
spellchecked docs
2018-10-25 18:18:19 +11:00
Mads Marquart
772bf5518f
Merge pull request #346 from kapi2289/remove_unnecessary
...
Remove unnecessary code
2018-10-07 16:50:31 +02:00
Kacper Ziubryniewicz
153dc0bdad
Remove unnecessary code
2018-10-07 16:27:19 +02:00
Kacper Ziubryniewicz
b7ea8e6001
New sendLocation
method
2018-09-29 13:48:08 +02:00
Kacper Ziubryniewicz
b0bf5ba8e0
Update graphql.py
2018-09-29 13:42:11 +02:00
Kacper Ziubryniewicz
8169a5f776
Changed LocationAttachment
2018-09-29 13:40:38 +02:00
Mads Marquart
b4b8914448
Version up, thanks to @kapi2289
v1.4.1
2018-09-27 21:53:12 +02:00
Mads Marquart
2ea2c89b4a
Fixed markAsRead
and markAsUnread
, fixes #336
2018-09-27 21:44:04 +02:00
Mads Marquart
479ca59a6a
Merge pull request #341 from kapi2289/read_by
...
[Feature] New `read_by` attribute of `Message`
2018-09-27 20:56:13 +02:00
Mads Marquart
343f987a78
Merge pull request #340 from kapi2289/fix_fetch_thread_list
...
[Fix] `fetchThreadList` fix
2018-09-27 20:27:03 +02:00
Kacper Ziubryniewicz
bad9c7a4b9
read_by
handling
2018-09-24 20:33:43 +02:00
Kacper Ziubryniewicz
576e0949e0
New read_by
attribute in Message
2018-09-24 20:32:04 +02:00
Kacper Ziubryniewicz
d807648d2b
fetchThreadList
fix
2018-09-24 16:50:15 +02:00
Kacper Ziubryniewicz
c6dc432d06
Move on
methods to the right place
2018-09-22 20:39:41 +02:00
Kacper Ziubryniewicz
9e8fe7bc1e
Fix Python 2.7 compability
2018-09-15 11:34:16 +02:00
Kacper Ziubryniewicz
90813c959d
Added get_url_parameters
util method
2018-09-15 11:21:35 +02:00
Kacper Ziubryniewicz
940a65954c
Read commit description
...
Added:
- Detecting extensible attachments
- Fetching live user location
- New methods for message reacting
- New `on` methods: `onReactionAdded`, `onReactionRemoved`, `onBlock`, `onUnblock`, `onLiveLocation`
- Fixed `size` of attachments
2018-09-12 17:52:38 +02:00