Merge pull request #4381 from goobertron/4380-facebook-count
Updated Facebook character limit.
This commit is contained in:
commit
948939cd30
2 changed files with 2 additions and 1 deletions
|
|
@ -31,6 +31,7 @@
|
|||
* Don't collapse the post preview [#4346](https://github.com/diaspora/diaspora/issues/4346)
|
||||
* Improve mobile usability [#4354](https://github.com/diaspora/diaspora/pull/4354)
|
||||
* Descending text is no longer cut off in orange welcome banner [#4377](https://github.com/diaspora/diaspora/issues/4377)
|
||||
* Adjust Facebook character limit to reality [#4380](https://github.com/diaspora/diaspora/issues/4380)
|
||||
|
||||
## Features
|
||||
* Admin: add option to find users under 13 (COPPA) [#4252](https://github.com/diaspora/diaspora/pull/4252)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ class Services::Facebook < Service
|
|||
include MarkdownifyHelper
|
||||
|
||||
OVERRIDE_FIELDS_ON_FB_UPDATE = [:contact_id, :person_id, :request_id, :invitation_id, :photo_url, :name, :username]
|
||||
MAX_CHARACTERS = 420
|
||||
MAX_CHARACTERS = 63206
|
||||
|
||||
def provider
|
||||
"facebook"
|
||||
|
|
|
|||
Loading…
Reference in a new issue