fix: login username case
how do people always run into the stupidest problems
This commit is contained in:
parent
4837da0cba
commit
fa1a609bf5
2 changed files with 6 additions and 2 deletions
|
@ -1011,6 +1011,7 @@ impl DataManager {
|
|||
// reposting but NOT quoting... we shouldn't be able to repost a direct repost
|
||||
data.context.reposts_enabled = false;
|
||||
data.context.reactions_enabled = false;
|
||||
data.context.comments_enabled = false;
|
||||
}
|
||||
|
||||
// mirror nsfw status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue