mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-03-13 02:20:23 +01:00
Merge branch 'main' into feature/dep-updates
This commit is contained in:
commit
9d5ef07f1b
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create pip requirements
|
- name: Create pip requirements
|
||||||
run: |
|
run: |
|
||||||
echo "matrix-synapse" > requirements.txt
|
echo "matrix-synapse==v1.60.0" > requirements.txt
|
||||||
|
|
||||||
- name: Set up Python 3.8
|
- name: Set up Python 3.8
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
|
@ -70,6 +70,10 @@ class NotificationFactory(
|
|||||||
smallIcon = R.drawable.ic_notification_small_icon,
|
smallIcon = R.drawable.ic_notification_small_icon,
|
||||||
contentIntent = openAppIntent,
|
contentIntent = openAppIntent,
|
||||||
groupId = GROUP_ID,
|
groupId = GROUP_ID,
|
||||||
|
groupAlertBehavior = deviceMeta.whenPOrHigher(
|
||||||
|
block = { Notification.GROUP_ALERT_SUMMARY },
|
||||||
|
fallback = { null }
|
||||||
|
),
|
||||||
isGroupSummary = true,
|
isGroupSummary = true,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
@ -484,8 +484,8 @@ internal sealed class ApiTimelineEvent {
|
|||||||
|
|
||||||
@Serializable
|
@Serializable
|
||||||
internal data class Info(
|
internal data class Info(
|
||||||
@SerialName("h") val height: Int,
|
@SerialName("h") val height: Int? = null,
|
||||||
@SerialName("w") val width: Int,
|
@SerialName("w") val width: Int? = null,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user