fix(xep): Accidentally left getUnackedStanzas exposed
This commit is contained in:
parent
30dca67fb6
commit
d35b955259
@ -61,7 +61,7 @@ class StreamManagementManager extends XmppManagerBase {
|
||||
final Lock _ackLock = Lock();
|
||||
|
||||
/// Functions for testing
|
||||
/// @visibleForTesting
|
||||
@visibleForTesting
|
||||
Map<int, SMQueueEntry> getUnackedStanzas() => _unackedStanzas;
|
||||
|
||||
@visibleForTesting
|
||||
|
Loading…
Reference in New Issue
Block a user