fix: create comment post layout (#368)
* chore: update README * fix: post layout in create comment screen
This commit is contained in:
parent
ab5e45f7b1
commit
4c80b67b11
@ -190,6 +190,7 @@ Here are some options to install the application on your device.
|
|||||||
- create a post on the project's [community](https://lemmy.world/c/raccoonforlemmy) on
|
- create a post on the project's [community](https://lemmy.world/c/raccoonforlemmy) on
|
||||||
Lemmy.world for broader questions, opinions, personal feedback, suggestions, insults or whatever
|
Lemmy.world for broader questions, opinions, personal feedback, suggestions, insults or whatever
|
||||||
you feel like writing
|
you feel like writing
|
||||||
|
- join the [Matrix space](https://matrix.to/#/#raccoonforlemmy:matrix.org) dedicated to the project
|
||||||
- if you are a translator and want to help out with l10n or submit some corrections but you don't
|
- if you are a translator and want to help out with l10n or submit some corrections but you don't
|
||||||
feel confident with repository forks, pull requests, managing resource files, etc. feel free to
|
feel confident with repository forks, pull requests, managing resource files, etc. feel free to
|
||||||
drop an email or contact me in any way.
|
drop an email or contact me in any way.
|
||||||
|
@ -367,6 +367,7 @@ class CreateCommentScreen(
|
|||||||
post = originalPost,
|
post = originalPost,
|
||||||
limitBodyHeight = true,
|
limitBodyHeight = true,
|
||||||
blurNsfw = false,
|
blurNsfw = false,
|
||||||
|
includeFullBody = true,
|
||||||
voteFormat = uiState.voteFormat,
|
voteFormat = uiState.voteFormat,
|
||||||
autoLoadImages = uiState.autoLoadImages,
|
autoLoadImages = uiState.autoLoadImages,
|
||||||
options = buildList {
|
options = buildList {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user