3771: Add "display replied to" functionality (#4834)
Earlier PR: https://github.com/tuskyapp/Tusky/pull/3778 Fixes: https://github.com/tuskyapp/Tusky/issues/3771
This commit is contained in:
parent
c630c47744
commit
d6b276d8df
20 changed files with 104 additions and 38 deletions
|
|
@ -133,6 +133,7 @@ fun fakeHomeTimelineData(
|
|||
tuskyAccountId = tuskyAccountId,
|
||||
)
|
||||
},
|
||||
repliedToAccount = null,
|
||||
loading = false
|
||||
)
|
||||
}
|
||||
|
|
@ -144,6 +145,7 @@ fun fakePlaceholderHomeTimelineData(
|
|||
account = null,
|
||||
status = null,
|
||||
reblogAccount = null,
|
||||
repliedToAccount = null,
|
||||
loading = false
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue