mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 10:25:51 +03:00
Cleanup
This commit is contained in:
parent
a713b97e36
commit
8dff0b2c5d
1 changed files with 0 additions and 1 deletions
|
@ -448,7 +448,6 @@ class NoticeEventFormatter @Inject constructor(
|
|||
.also { hasChanged = hasChanged || it.isNotEmpty() }
|
||||
.forEach { appendNl(sp.getString(R.string.notice_room_server_acl_updated_was_banned, it)) }
|
||||
|
||||
|
||||
if (prevEventContent.allowIpLiterals != eventContent.allowIpLiterals) {
|
||||
hasChanged = true
|
||||
if (eventContent.allowIpLiterals) {
|
||||
|
|
Loading…
Reference in a new issue